SMTPs:
- Create ‘Receive Connector’ for this (in EMC: Server Configuration/Hub Transport, highlight the server, ‘New Receive Connector’ from the right pane) – on the production servers naming convention like ‘Fancy Name Connector’
- Following are parameters of the new connector:
On Network Tab: Use these local IP addresses to receive mail: 'All Available IPv4'; Port: 465; Receive mail from remote servers that have these IP addresses: all
On Authentication: Following to be check marked: 'Transport Layer Security' (TLS), 'Basic Authentication', 'Offer Basic Authentication after starting TLS', 'Integrated Windows authentication
On Permission Groups: 'Exchange users'
- Allow the group “Authenticated Users” proper permissions (ie. “Accept any Sender”) using ADSIEdit:
Run ADSIEDIT
Connect to “Configuration”
Navigate to: “CN=Configuration,DC=yourdomain,DC=com/CN=Services/CN=Microsoft
Exchange/CN=First Organization/CN=Administrative Groups/CN=Exchange
Administrative Group (FYDIB…)/CN=Servers/CN=’ServerName’/CN=Protocols/CN=SMTP
Receive Connectors”
Right click the connector/Properties/Security Tab Set “Accept Any Sender” for “Authenticated Users”
- Follow the article: http://exchangeserverpro.com/exchange-2010-publish-pop3-client-settings/ . Basically, if you follow the article they have you do following: Set the attribute “AdvertiseClientSettings” to true (default is “false”):
Run command “Get-ReceiveConnector "hubserver.yourdomain.com\
Fancy Name Connector " | fl” to note the “AdvertiseClientSettings” set to
false
Run command: “Set-ReceiveConnector " hubserver.yourdomain.com
\ Fancy Name Connector " –AdvertiseClientSettings $true”
Check the setting by running “Get-ReceiveConnector " hubserver.yourdomain.com
\ Fancy Name Connector”
No comments:
Post a Comment