Incoming mail delivery failed on SES

0

Hi,

One of the incoming mail failed delivery to our verified domain on AWS SES. The SES account is not in sandbox mode and the verified domain is able to receive emails regularly but for one instance.

Below is the delivery failed message that the mail sender received while sending the email:

Delivery has failed to these recipients or groups:

<address>@<verifieddomain>.com The email address you entered couldn't be found. Please check the recipient's email address and try to resend the message. If the problem continues, please contact your email admin. The following organization rejected your message: Inbound smtp.us-east-1.amazonaws.com

Diagnostic information for administrators:

<address>@<verifieddomain>.com inbound-smtp.us-east-1.amazonaws.com Remote Server returned '554 5.1.1 <inbound-smtp.us-east-1. amazonaws.com # 5.1.1 SMTP, 550 5.7.1 TLS required by recipient>
gefragt vor 2 Jahren607 Aufrufe
1 Antwort
1

This error message:

5.1.1 SMTP, 550 5.7.1 TLS required by recipient

Will be returned when the sending mail server did not start a TLS connection with the inbound SES server and the server rejected the message. The SES Inbound receipt rule has an option for requiring or not requiring a TLS connection for inbound messages If the require TLS option is chosen and the sender fails to negotiate the TLS connection SES will reject the message

https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html#receipt-rules-create-rule-settings

Reviewing the sending mail servers logs of the SMTP/TLS connection would provide insight into why the TLS connection failed and the message was attempted to be delivered without TLS

AWS
SUPPORT-TECHNIKER
beantwortet vor 2 Jahren
  • This seems to happen on a random basis now. Below is the snippet of the Message original headers :

    Original message headers:

    Return-Path: sender@senderdomain.com Received: from mxdcmx05.example.com (mxdcmx05.example.com [1xx.xx.xx.xx]) by mxdfbx06.example.com (Sentrion-MTA-4.5.4/Sentrion-MTA-4.5.4) with ESMTPS id 1B7FgQ2xxxxxxx (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-XXXXX bits=256 verify=OK) for <address@<verifieddomain.com>; Tue, 7 Dec 2021 15:42:26 GMT

    Is there a way to access logs for "inbound-smtp.us-east-1. amazonaws.com" from AWS?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen