In my DNS records, I have 5 MX records with my hostname being the main domain name of my site example.com
. These 5 records are aspmx.google.com
, alt1.aspmx.google.com
, alt2.aspmx.google.com
, alt3.aspmx.google.com
, alt4.aspmx.google.com
all with hostname example.com
. I additionally have A records for two extant mail subdomains, mail.example.com
and mail1.example.com
(I ought to add some MX records for these).. I wish to make another mail subdomain, let's call it othermail.example.com
using this guide. In the iRedMail setup, it states that when setting up "first mail domain name" that my mail domain can't be the same as server hostname, so I set it as example.com
instead of othermail.example.com
.
In doing so, have I just caused an issue with my other mail servers? When I add an MX record for othermail.example.com
, with my hostname set to "@", according to my Digital Ocean, it states:
where the hostname is example.com
and the second blacked out bit is othermail.example.com
. This makes me worry that this means that the other MX records I set for example.com
are now null and void, as the "mail is handled by" othermail.example.com
. Can these mail subdomains all coexist together? Have I nullified any other MX records?