skip to Main Content

I created a subdomain sesmail.xxxx.com using Cpanel where xxxx is my domain.

Sets it as the MAIL FROM Domain for Amazon SES, added the MX and TXT entry to my DNS Zone. Amazon SES verified it successfully.

I could send and receive emails to external domains such as gmail, yahoo and such. HOWEVER, I could not send emails to my own domain.

Turned on the notification and I found emails bounced with this error –

    Reporting-MTA: dsn; a4-21.smtp-out.eu-west-1.amazonses.com

    Action: failed
    Final-Recipient: rfc822; [email protected]
    Diagnostic-Code: smtp; 550-Verification failed for <01020172adb3b9ee-f8bc1443-9d2d-40b6-b9cc-6f4c388cd8b8-000000@sesmail.xxxx.com>
     550-No Such User Here"
     550 Sender verify failed
    Status: 5.3.0

Externally I could send and receive without problems. Internally I get this error when I send emails to myself. Removing the MAIL FROM Domain resolved the problem but that defeats the obvious purpose of using one.

Any suggestion?

2

Answers


  1. Chosen as BEST ANSWER

    Kinda solved the problem. If anyone come across this problem, it is due to your domain/server MX not using any AWS service. You can't use your own server MX for this MAIL FROM to work. Correct me if I'm wrong. What I did was use the Workmail, verified my domain with it and SES will automatically create Identity Policies to use with it. Created the email accounts needed and I was able to use the MAIL FROM domain.


  2. I had this issue recently. And it was not a problem in the DNS registers. AWS has a Suppression list that is used when the emails bounces. So, maybe before the DNS where completly configured, you tried to send emails with same domains, and AWS send these mails to that supression list.

    You can always check in AWS SES, this list in case you require.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search