- Newest
- Most votes
- Most comments
IMAP can not recieve emails over the internet with an MX record. It will have to be an SMTP Server address your MX record points too. Im not sure what TXT record you have setup but an MX record for a SMTP server is sufficent
You're missing the incoming SMTP server there.
One option could be to use SES for incoming email https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html.
Or you do like I have, run postfix on an EC2 instance, and forward emails from that server to gmail.
Depends a little how you want to use those emails.
thx for the info regarding aws ses as a email receiver, actually my plan is to use aws ses as sender but unfortunetaly i cannot set it up yet because the verification mail cannot be delivered to that domain due to the above described problem. so first i need the mail account under that domain to be receiving mails in order to set aws ses up
Relevant content
- asked 4 years ago
- asked a year ago
- asked 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
i was hesitant to set the smtp server as the mx record because the external domain provider explicitly states only pop3 and imap for inbound and smtp only for outbound.
sending a test mail now from a gmail account to that mail address results in a "The response from the remote server was: 530 5.7.0 User not authenticated"
Perhaps have your email for mydomain.com hosted somewhere else like gmail?