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>
1개 답변
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
지원 엔지니어
답변함 2년 전
  • 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?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠