Sendmail 554 错误的解决
Sendmail 是在 Unix/Linux 环境下十分流行媛的邮件发送服务程序。但是其配置十分繁琐,问题也很多。本文解决了不能发信的一个问题。
问题:
每次发送的邮件都报告:
----- Transcript of session follows -----
554 5.0.0 MX list for example.com. points
back to example.com.
554 5.3.5 ... Local
configuration error
解决的办法是:
在 /etc/mail/sendmail.cf 中
把 Cwlocalhost 修改为 Cwexample.com 。
然后重新启动 sendmail
/etc/init.d/sendmail stop, 然后 start (Solaris 8)
/etc/rc.d/init.d/sendmail restart (Linux )
关键词:Sendmail
阅读本文后您有什么感想? 已有 人给出评价!
- 1
- 1
- 2
- 1
- 1
- 1