This is caused by the fact that I did not install an Edge Transport Server and did not specificly allow anonymous connections on the default receive connector.
By default Exchange 2007 servers not running the Edge Transport role will only accept inbound smtp connections from Exchange Users (clients), Exchange Servers (other Exchange 2007 servers) and Exchange Legacy Servers (legacy Exchange 2003 & below servers). To allow annonymous smtp connections for your server, run the following management shell command:
Set-ReceiveConnector -Identity "Default EXCHANGE" -PermissionGroups "AnonymousUsers"
No comments:
Post a Comment