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
asked 2 years ago1278 views
1 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions