Enabling Public folder Scanning
This topic describes how to enable Public Folder Scanning in GFI MailEssentials and configure a dedicated public folder in Microsoft Exchange with the required permissions.
Step 1: Enabling Public folder scanning in GFI MailEssentials
- From the GFI MailEssentials configuration console go to Anti-spam > Anti-Spam > Anti-Spam Settings. Select Public folder Scanning tab.
- Select Enable Public folder Scanning and from Poll public folder via list select:
- Exchange Server 2003 - Choose IMAP or WebDAV.
- Exchange Server 2007 - Choose WebDAV or Web Services.
- Exchange Server 2010/2013/2016/2019 - Choose Web Services.
Options are described in the table below.
- Click Apply.
- Click Test if you are setting up IMAP, WebDAV or Web Services. On screen notification will confirm success/failure. If the test fails, verify/update credentials and re-test.
- Click Scan Now to automatically create the Public folders.
Step 2: Configure a dedicated user account for Microsoft® Exchange Public folders
For security reasons, it is recommended that when GFI MailEssentials is installed in a DMZ, a dedicated user account is created to retrieve or scan emails from public folders.
Microsoft® Exchange Server 2007 or later
- Create a new Active Directory user.
- Login to the Microsoft® Exchange Server using administrative privileges.
- Open Microsoft® Exchange Management Shell and key in following command:
Get-PublicFolder -Identity "\GFI AntiSpam Folders" -Recurse | ForEach-Object {Add-PublicFolderClientPermission -Identity $_.Identity -User "USERNAME" -AccessRights owner}
Replace USERNAME
with the username of a dedicated Active Directory user that has 'owner' access rights on the GFI AntiSpam Public folders. For example:
Get-PublicFolder -Identity "\GFI AntiSpam Folders" -Recurse | ForEach-Object {Add-PublicFolderClientPermission -Identity $_.Identity -User "mesuser" -AccessRights owner}
Step 3: Hiding user posts in GFI AntiSpam folders
For privacy and security purposes, it is highly recommended that you hide user posts made on GFI AntiSpam folders. This way, email users will only be able to post to the folders without viewing existing posts (not even the ones they posted themselves).
For more information on how to do this refer to http://go.gfi.com/?pageid=me_pfhideposts