我正在使用 Mailman 运行一个邮件列表,它使用 Postfix 通过 Mailgun 发送电子邮件。我使用经过验证(非沙盒)帐户的 Mailgun(付费)Flex 计划。
邮件列表有大约 30 个成员,流量很低。尽管如此,发送电子邮件时,日志 ( /var/log/mail.log
) 仍包含带有Domain ... is not allowed to send large batches yet
.
postfix/smtp[33682]: 019053E815: to=<...>, relay=smtp.mailgun.org[44.231.238.210]:587,
delay=1181, delays=1179/0.02/2/0.13, dsn=4.0.0, status=deferred (host smtp.mailgun.org[44.231.238.210]
said: 421 Domain ... is not allowed to send large batches yet (in reply to DATA command))
我无法找到有关此错误消息的任何信息。什么是解决这个问题的好方法——应该限制外发电子邮件还是我应该从 Mailgun 请求增加批量大小?