451发送电子邮件的临时地方问题

2012-06-14 21:57:14 cwd=/etc/csf 4 args: /usr/sbin/sendmail -f [email protected] -t 2012-06-14 21:57:14 1SfEIE-0000wK-Kj <= [email protected] U=root P=local S=678 T="lfd on host2.thetimesoftimes.com: WHM/cPanel root access alert from 181.21.53.1 (US/United States/" for [email protected] 2012-06-14 21:57:14 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1SfEIE-0000wK-Kj 2012-06-14 21:57:23 1SfEIE-0000wK-Kj == [email protected] R=lookuphost T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<[email protected]>: host direct-connect.thetimesoftimes.com [76.23.22.22]: 451 Temporary local problem - please try later 2012-06-14 21:57:23 1SfEIE-0000wK-Kj ** [email protected]: retry timeout exceeded 2012-06-14 21:57:23 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1SfEIE-0000wK-Kj 2012-06-14 21:57:23 1SfEIN-0000wQ-Em <= <> R=1SfEIE-0000wK-Kj U=mailnull P=local S=1811 T="Mail delivery failed: returning message to sender" for [email protected] 

不知道这是什么意思或什么是错的。 这是一个Eximconfiguration错误?

在/ etc / localdomains下我有hosts2.domain和/ etc / remotedomains我有主域名列出。 我需要现在configurationExim吗?

这一行告诉你这是一个临时性的错误,exim应该重试定期发送至less5天左右。 这是默认的。

 2012-06-14 21:57:23 1SfEIE-0000wK-Kj == [email protected] R=lookuphost T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<[email protected]>: host direct-connect.thetimesoftimes.com [76.23.22.22]: 451 Temporary local problem - please try later 

但在你的情况下,exim马上就失败了:

 2012-06-14 21:57:23 1SfEIE-0000wK-Kj ** [email protected]: retry timeout exceeded 

我不知道为什么远程服务器会给出这个暂时的错误,如果你控制服务器检查它的日志找出来。

我也不知道为什么在你的情况下超时将超时重试,并发送一个永久性的故障回到你的马上。 但我怀疑你可能有(错)configuration它来做到这一点? 默认的eximconfiguration不会这样。

有时,为了在debian系统上立即强制重试,在“重试时间没有达到任何主机”的情况下,我会删除/ var / spool / exim4 / db / retry文件,然后启动另一个队列运行。 您可以尝试,但我不确定这是否会对您的特定问题有效。 这只是一个快速修复,值得一试(非常无害),但是对于永久性修复,请仔细检查您的configuration,以查看临时失败的exim行为。

你开始一个队列运行:

 exim -q -v 

有关更多的命令,请参阅此备忘单: http : //bradthemad.org/tech/notes/exim_cheatsheet.php