电子邮件问题 – mailq

我的服务器上有电子邮件问题。 几乎所有的电子邮件都停止收到或发送。

我已经尝试使用/usr/sbin/postfix flush mailq,但没有运气。 我认为它与下列奇怪的电子邮件出现在队列中:

 C24CAEEBD4F* 1047 Mon Apr 11 07:40:01 [email protected] [email protected] 

看起来,上面的条目试图从服务器发送一封电子邮件到服务器(XXX-XXX-XX-XX =我的IP)。 当上述项目在mailq中时,队列不会冲洗,也不会收发电子邮件。

我已经放入队列的电子邮件如下所示:

 3D30DEEBD97* 3282 Mon Apr 11 07:41:05 [email protected] [email protected] 

当队列只包含我已经放入的电子邮件,它工作正常。 我正在使用PHP的梨邮件pipe理我的电子邮件已经运行良好,直到现在。 我也运行Apache 2(CentOS 5.5)。

有没有人知道mailq中的奇怪条目是什么,以及为什么他们在那里?

谢谢,

克里斯。

它看起来像Centos日志住在这里:/ var / log / maillog(不是mail.log)。

我期望从你的邮件日志这样的东西。

Apr 11 15:22:11 MailBox postfix/qmgr[7061]: 8B48902: from=<[email protected]>, size=1784, nrcpt=1 (queue active)

Apr 11 15:22:11 MyMailBox postfix/local[7829]: E5E8901: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=1, delays=0.38/0/0/0.67, dsn=2.0.0, status=sent (forwarded as 8B4902)

希望这会揭示一些光明。

请select一下你粘贴的内容,并保持清晰的线条,否则我可能会睁大眼睛:-)。 如果有帮助,你可以使用pastie.org。

– 编辑 –

我发现了几件事情:

fatal: main.cf configuration error: mailbox_size_limit is smaller than message_size_limit

warning: /usr/libexec/postfix/local: bad command startup -- throttling

再给我一分钟