我在安装了webmin的CentOS服务器上设置了sendmail。 我已经添加了一些重要的邮件别名,如:
[email protected] -> to -> myhotmail.com
现在,当我发送一封邮件到[email protected] ,我的Hotmail收件箱里没有收到邮件,这已经过去了几个小时,没有邮件。
这怎么不起作用? 我可以通过服务器的PHP脚本将电子邮件发送到我的Hotmail收件箱,但是我无法发送电子邮件并通过别名电子邮件转发。
我查看了/var/log/maillog ,但没有看到任何错误。 会发生什么?
在你回答之前,sendmail 正在运行。
Hotmail已经回复了我刚刚发送的电子邮件:
This is an automatically generated Delivery Status Notification. Unable to deliver message to the following recipients, due to being unable to connect successfully to the destination mail server. [email protected] Reporting-MTA: dns;blu0-omc4-s19.blu0.hotmail.com Received-From-MTA: dns;BLU0-SMTP153 Arrival-Date: Fri, 1 Jul 2011 10:39:43 -0700 Final-Recipient: rfc822;[email protected] Action: failed Status: 4.4.7
Sendmail不能直接读取/ etc / aliases文件,所以每次更改时都必须运行newaliases命令来更新数据库。 也许你忘了这么做?