我的服务器上的电子邮件出现问题。几乎所有电子邮件都无法接收或发送。
我尝试使用刷新 mailq /usr/sbin/postfix flush
,但没有成功。我认为这与队列中出现的以下奇怪的电子邮件有关:
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 Pear Mail 来管理我的电子邮件,到目前为止运行良好。我还在运行 Apache 2(CentOS 5.5)。
有人知道 mailq 中的奇怪条目是什么以及它们为什么在那里吗?
谢谢你,
克里斯。
答案1
看起来 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)
希望这能带来一些启发。
请谨慎选择粘贴的内容,并保持线条清晰,就像我做的那样,否则我可能会斜视 :-)。如果有帮助,您可以使用 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
再给我一分钟。