To enable anonymous relay in Exchange 2007 you need to use this powershell command
Get-ReceiveConnector "Anonymous Relay" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept- Any-Recipient" For more info, check this Microsoft Technet Article
Advertisement
0 Responses to “Exchange 2007 – Allow Connector Relay”