Users who send emails to a Mail Enabled Public Folder see an NDR when emailing externally even though the folder is set to allow emails without authentication.
NDR after CU6
![media_1417171710422.png](http://lh5.ggpht.com/-fMUoAln-nQM/VHhUp3eRNjI/AAAAAAAAClI/8ho8VcMlhp8/media_1417171710422.png)
When you send an email to the Mail Enabled Publci Folder post CU6 you will receive an NDR such as the above.
Exchange CU6 Update Notes
![media_1417171733522.png](http://lh5.ggpht.com/-DN_2kiIxPdA/VHhUqdHDgRI/AAAAAAAAClQ/ftJz_yr0edE/media_1417171733522.png)
The change to the security is explained in the Exchane 2013 CU6 Notes here
Add Anonymous Permissions
![media_1417171784962.png](http://lh6.ggpht.com/-iTH4EJSTV5Y/VHhUrDxVPEI/AAAAAAAAClY/dfcmA6icE9s/media_1417171784962.png)
To allow emails to be sent to the folder you can use the above Power Shell to enable Anonymous CreateItems permission on the folder.
Add-PublicFolderClientPermission "\Customer Feedback" -AccessRights CreateItems -User Anonymous
Add-PublicFolderClientPermission "\Customer Feedback" -AccessRights CreateItems -User Anonymous
This something really good that will less efforts and save time for sure. allow emails to sent folder by using the powershell. really good.
ReplyDelete