本文主要是介绍sendmail 配置及错误解决办法,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
error:Real domain name required for sender address。
原因是因为hostname不对,不能是localhost.localdomain。
修改:hostname -v lucifo。
/etc/hosts 中一定是127.0.0.1 localhost.localdomain
mc文件中一定要把 LOCAL_DOMAIN(`localhost.localdomain')dnl
改成LOCAL_DOMAIN(`lucifo')dnl
> jBH0CIxs030054: to=kd [at] netnerd.ca, ctladdr=root (0/0), delay=00:00:00,
> xdelay=00:00:00, mailer=relay, pri=57738, relay=[127.0.0.1]
> [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by
> [127.0.0.1]
Specify *both* IP interfaces in *.mc file you use to generate sendmail.cf
and recompile it.
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA-local')dnl
DAEMON_OPTIONS(`Port=smtp,Addr=192.168.1.100, Name=MTA-public')dnl
这篇关于sendmail 配置及错误解决办法的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!