您好,
感谢您联系我们社区。根据报错看起来像是网络方面的问题。
首先检查是否有相关防火墙设置阻止了您的服务器通过25端口到对方服务器的对话。最好咨询一下您的ISP(网络服务提供商)看是否有相关限制。
然后你可以telnet
对方的服务器的IP 地址。安装telnet客户端,在powershell
里面运行 telnet xxx.xxx.xxx.xxx 25 看结果如何。
最后方便的话,联系下对方是否把我们这边服务器IP地址block或者拉入黑名单由于某种原因。对方收邮件是否存在问题?
建议可以单独创建sendconnector到对方域,测试邮件是否能发送到。
如果不工作的话,请手机下面的日志文件进行进一步分析排错:
SMTP日志:运行下面命令开启协议日志:
Get-sendconnector | Set-sendconnector -protocollogginglevel verbose
发送测试邮件。
然后在后面所示路径查找:C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\Logs\Hub\ProtocolLog\SmtpSend
最后关闭SMTP日志记录:Get-sendconnector | Set-sendconnector
-protocollogginglevel none
希望可以帮到您。
Regards,
Jason Chao
Please remember to
mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.