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>
asked 2 years ago596 views
1 Answer
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 ENGINEER
answered 2 years ago
  • 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?

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