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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ