I would like to setup the MX nameservers of a domain domain.com
so that every income email goes to mailgun (or other inbound email processor), including all the possible subdomains @*anything*.domain.com
except @hq.domain.com
that uses Google Apps.
MX servers for Google Apps are:
MX 1 ASPMX.L.GOOGLE.COM.
MX 5 ALT1.ASPMX.L.GOOGLE.COM.
MX 5 ALT2.ASPMX.L.GOOGLE.COM.
MX 10 ASPMX2.GOOGLEMAIL.COM.
MX 10 ASPMX3.GOOGLEMAIL.COM.
MX servers for Mailgun are:
MX mxa.mailgun.org
MX mxb.mailgun.org
Is this possible to do?