My situation:
My goal: Emails on mail server look like this: user@myname.org (not user@mail.myname.org)
Is this possible?
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Yes,
You have to add a MX record to the DNS for “mydomain.org”. The MX record points to “mail.mydomain.org”. When mail servers resolve “user@mydomain.org” they will query the MX record for “mydomain.org” and get told to fetch email from “mail.mydomain.org”. That DNS can point to any IP you want to use as your email server.
I like that kind of QA. It’s so clear and Expressive and understandable :)
Yes.