Question
Error when trying to send emails with Amazon SES from a droplet
When I tried to send emails with Amazon SES from a droplet, I always get this error in the log:
to=my@email.com, relay=none, delay=592, delays=592/0.07/0/0, dsn=4.4.3, status=deferred (Host or domain name not found. Name service error for name=email-smtp.us-east-1.amazonaws.com type=MX: Host not found, try again)
But when I do it from my EC2 instance, it works fine.
The droplet and the EC2 instance have identical postfix settings. I followed instructions on http://docs.aws.amazon.com/ses/latest/DeveloperGuide/postfix.html to the letter.
Any idea? Please advise!
Thanks so much.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I have found a solution that fixed this problem. Here it is: http://www.oneminuteinfo.com/2015/05/postfix-host-or-domain-name-not-found.html