当前位置: 首页 > 图文教程 > 服务器 > Mail服务器 > Sendmail 554 错误的解决

Mail服务器
用Foxmail Server搭建邮件服务器
在2003下安装WinWebMail详细攻略
巧妙配置Win2003自带mail服务器
用Win 2003架设邮件服务器
用Windows 2003配置邮件服务器
用Imail Server轻松构建局域网邮件服务器
SMTP安全手册—Sendmail服务器安全
十大步骤提高Domino邮件服务器性能
配置Apache James邮件服务器
用Windows 2003系统架设邮件服务器
Linux环境下邮件服务器软件的分析比较
轻松应对邮件服务器攻击

Mail服务器 中的 Sendmail 554 错误的解决


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-18   浏览: 58 ::
收藏到网摘: n/a

Sendmail是在Unix/Linux环境下十分流行媛的邮件发送服务程序。但是其配置十分繁琐,问题也很多。本文解决了不能发信的一个问题。

问题:

每次发送的邮件都报告:

-----Transcriptofsessionfollows-----

5545.0.0MXlistforexample.com.points

backtoexample.com.

5545.3.5...Local

configurationerror

解决的办法是:

在/etc/mail/sendmail.cf中

把Cwlocalhost修改为Cwexample.com。

然后重新启动sendmail

/etc/init.d/sendmailstop,然后start(Solaris8)

/etc/rc.d/init.d/sendmailrestart(Linux)