Start a conversation

Assigning Permissions for GFI AntiSpam Public Folders in Exchange 2007

Overview

When configuring a dedicated user account to retrieve the emails from the GFI AntiSpam Public folders, the user must have owner access rights on the GFI AntiSpam Public Folders.

Process

To assign the owner access permissions on the GFI AntiSpam Public folders and subfolders on Microsoft Exchange Server 2007 and later perform the following:

  1. Log in to the Microsoft Exchange Server using administrative privileges.
  2. Open the Microsoft Exchange Management Shell.
  3. Enter the following command:
    Get-PublicFolder -Identity "\GFI AntiSpam Folders" -Recurse | ForEach-Object {Add-PublicFolderClientPermission -Identity $_.Identity User "USERNAME" AccessRights owner Server "SERVERNAME"}
    Replace USERNAME and SERVERNAME with the appropriate values for your environment.

Note: If GFI MailEssentials is installed in a DMZ, for security reasons it is recommended to create a dedicated user account to retrieve the emails from the public folders. This user would only have access to the GFI AntiSpam Folders.

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments