【发布时间】:2013-04-29 15:06:52
【问题描述】:
我们有一个用于发送电子邮件的后缀服务器。该服务器被许多服务使用。因此,为了使用 Amazon SES,我将我们的后缀服务器与 SES SMTP 接口(使用“http://docs.aws.amazon.com/ses/latest/DeveloperGuide/postfix.html”)集成在一起。配置工作正常,邮件也能正常投递。
现在,SES 施加了 5 封电子邮件/秒的限制,如果超出限制,则会引发错误“454 Throttling failure: Maximum sent rate exceeded”。
我是 Postfix 的新手。 请指导我使用 Postfix 中的配置设置,以使 postfix 在出现错误“454 Throttling failure: Maximum sent rate exceeded”时重新发送邮件。
另外,当中继服务器(Amazon SES)偶尔出现“Connection timed out”错误时,如何重新发送电子邮件。
【问题讨论】: