DNS record field guide
How to read a MX record check
MX records define which mail servers accept email for a domain and in what priority order.
When to use this lookup
Use this lookup after changing email providers or when some senders still route mail to an older server.
Example
10 mail.example.com
- Answer shape
- One or more preference-and-hostname pairs; lower preference values are attempted first.
- Common failure
- An MX target has no usable A or AAAA address, is published as a CNAME, or an old route remains cached.
- Related checks
- A record, AAAA record, TXT record
Troubleshooting checklist
- Lower MX preference numbers are tried first.
- The MX target must resolve to an address and should not be a CNAME.
- Check SPF, DKIM and DMARC TXT records separately when delivery succeeds but authentication fails.