Postfix 和 amavisd-new 弹回和未送达(排队)的电子邮件

Postfix and amavisd-new Bouncing and undelivered (queued) emails

因此,Postfix 在成功发送数百封电子邮件后停止将电子邮件发送到收件箱 received/delivered。现在他们都在队列中登陆(postqueue -p)。我收到了大量来自不同来源的电子邮件,用于发送简历申请。完美收到100多条,突然就收不到了,发不了了。

服务器:Postfix、amavisd-new、SPAMASSASSIN、 CLAMAV、dovecot、nginx、debian9、roundcube、ispconfig。

下面输出的尾部的smtpd好像有很长的延迟?

所有电子邮件都在队列中。

以下是一些重要的尾部信息(排名不分先后):

postfix/qmgr[20034]: 84282221D5: from=, size=95838, nrcpt=1 (queue active)

postfix/smtpd[20067]: NOQUEUE: filter: RCPT from mx0a-0xxxx1.pxxxxxd.com[148.163.156.64]: : Sender address triggers FILTER amavis:[127.0.0.1]:10026; from= to= proto=ESMTP helo=

postfix/smtp[20789]: 84282221D5: to=, relay=none, delay=1150, delays=1150/0.04/0.01/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

postfix/qmgr[20034]: F14D9221D7: from=, size=44589, nrcpt=1 (queue active)

17115 Wed Jun 5 18:16:40 noreply@dxxx---sender_email---xxxxe.com (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

postfix/anvil[20066]: statistics: max connection rate 2/60s for (smtp:185.137.111.96) at Jun 6 14:26:21 Jun 6 14:36:03 nychost postfix/anvil[20066]: statistics: max connection count 1 for (smtp:185.137.111.125) at Jun 6 14:26:09 Jun 6 14:36:03 nychost postfix/anvil[20066]: statistics: max message rate 1/60s for (smtp:148.163.156.64) at Jun 6 14:32:29 Jun 6 14:36:03 nychost postfix/anvil[20066]: statistics: max cache size 5 at Jun 6 14:29:24


已经尝试过 postfix 刷新,postfix 重启。

解决方案:

看来现在已经修复了。自己修好了。

sudo /etc/init.d/amavis 重启

sudo /etc/init.d/postfix 重启