我有它设置所以我可以发送电子邮件,登录等,但它不会收到电子邮件.我总是把它拿回来:
Technical details of permanent
failure: Google tried to deliver your
message,but it was rejected by the
recipient domain. We recommend
contacting the other email provider
for further information about the
cause of this error. The error that
the other server returned was: 550 550
5.7.1 Unable to relay for xxx@scirra.com (state 14).
我按照这个指南:
http://portal.smartertools.com/KB/a31/cant-receive-mail.aspx
并得到了这些结果,这对我来说毫无意义.我还包括了一些我的设置图像,如果有人能发现明显的错误?
当我做:
netstat -abnp tcp
我只得到一个侦听端口25:
TCP 127.0.0.1:25 0.0.0.0:0 LISTENING
我的smartermail网络服务器配置设置为端口9998上的所有IP地址,我已经尝试了25但不是运气. SMTP服务也在服务中停止.
任何帮助非常感谢,我不太了解这一点.
更新
这现在正确吗?
更新2
MX记录看起来像是正确设置的.它仍然以同样的信息弹跳.
有人说我需要禁用SMTP服务,其他人说要让它运行.当我:
telnet 84.45.57.142 25我收到回复220 tom.scirra.com Microsoft ESMTP MAIL服务这是运行SMTP服务的.
当SMTP服务未运行时,我得到响应:
无法在端口25上打开与主机的连接
当我netstat -abnp tcp我得到TCP 127.0.0.1:25 0.0.0.0:0 LISTENING [MailService.exe]