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
posta 2 anni fa1297 visualizzazioni
1 Risposta
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande