关于sendmail报错“did not issue MAIL/EXPN/VRFY/ETRN during connection to

例如tail /var/log/maillog日志时发现很多诸如“Jun  4 10:06:14 chris sendmail[28762]: s5426EJb028762: chris [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA”的报错信息,但之前邮件还成功发送出去了。

image

由于Google被封锁以后很难利用百度查到比较有价值的文章,因此到sendmail官网查了一下关键词“MTA”,结果还真的找到了官方的解释。

Refs:http://www.sendmail.com/sm/open_source/support/support_faq/general_issues_faq/#4.8

image

根据“Unless this happens very often, you can ignore this. If it happens very often, it's either someone playing around or it's a network problem.”这句,如果偶尔发生则可以忽略,如果经常发生那肯定是有人在故意捉弄或者是一个网络问题。但是这并不能解决问题,因为看起来我遇到的属于第二种情况,就是经常发生。但这又不是网络问题,因为在内网刚建好sendmail,因此有不会可能是有人在捉弄。

还可以参考这篇文章:http://blog.chinaunix.net/uid-20282925-id-86216.html,这篇文章中讲到,需要开启“saslauthd”服务,经过测试后,发现问题依然存在,但确实不影响发送邮件。

你可能感兴趣的:(配置,日志分析,sendmail,sendmail,sendmail,邮件报警,邮件报警)