检测是否是Open Relay,可以通过下列网站mx lookup后进行SMTP test得知:
http://mxtoolbox.com/如果测试结果是open relay的话,执行下列命令禁止open relay:
Get-ReceiveConnector “YourReceiveConnectorName” | Remove-ADPermission -User “NT AUTHORITY\ANONYMOUS LOGON” -ExtendedRights “ms-Exch-SMTP-Accept-Any-Recipient”
发送连接器上不需要特殊设置的。如果你前端没有其他邮件网关的话,这里不需要选择通过智能主机。