530 Authentication required

1

SES has started to reject some of my outbound emails with the error: 530 Authentication required

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  <user@recipient>
    host email-smtp.us-east-1.amazonaws.com [18.210.31.252]
    SMTP error from remote mail server after MAIL FROM:<me@myco.com>:
    530 Authentication required

Other emails still go through fine though. I have only one set of SES credentials and they have not changed. This looks like an issue at AWS.

HMOF
已提问 2 年前1297 查看次数
1 回答
0

The problem is that TLS negotiation is timing out, so my server tried to send the email without authenticating itself. I forced my server to require TLS for email-smtp.us-east-1.amazonaws.com so that it won't try to send the email unauthenticated.

But the TLS shouldn't be timing out, this looks like an issue at AWS.

HMOF
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则