How to create Anonymous Receive (Relay) Connector Exchange Server 2007
Body:
Here is step-by-step how to create anonymous recipient relay connector
- Create a new Receive Connector with the Custom Usage Group
- For Remote Network Settings default values are 0.0.0.0 -255.255.255.255, where you can add IP address range (for example if you have clients who are talking with exchange on port 25), or/and specific IP Address of the remote server that requires relaying permissions.
- Once the new Custom Receive Connector is created, go into the properties of this connector
Go to the Permission Groups Tab > check Anonymous Users
- To activate Anonymous users to use this connector for relaying, you must issue the following command using PowerShell :
Get- ReceiveConnector "Receive Connector Name "| Add-ADPermission - User "NT AUTHORITY\ANONYMOUS LOGON "- ExtendedRights "Ms- Exch-SMTP-Accept-Any- Recipient "
This command is actually adding permission into Active Directory for the Anonymous Logon group, and assign the Ms- Exch -SMTP -Accept -Any- Recipient permission for that group on that connector.
Category: Exchange
Published: 18.11.2008 14:41
Read the complete post at http://www.mcpblog.net/Lists/Posts/ViewPost.aspx?ID=47