DNS
MX Lookup
Mail exchange records
Input
Terminal
Console ready. Execute a command to see output...
About MX Lookup
Mail Exchange (MX)
MX records tell the world "Send email for this domain to THIS server." If these are missing or incorrect, you will not receive email.
Understanding Priority
MX records have a "Preference" or "Priority" number (e.g., 10, 20).
- Lower numbers = Higher priority.
- Sending servers try the lowest number first. If it fails, they try the next one.
How to use MX Lookup
- Enter the domainApex domain (example.com). No protocol, no slash, no subdomain unless that subdomain has its own mail setup.
- Hit LookupRecords appear sorted by priority, lowest first.
- Read the resultEach line is
priority exchange.hostname. Multiple lines mean redundancy or failover paths. A single line0 .is the Null MX (no mail). - Follow upFor a full audit (SPF / DMARC / DKIM / BIMI plus a grade) use Mail Security. For just the SPF or DMARC text record use TXT Lookup.
Frequently Asked Questions
- Lower number = preferred. A sending server tries the MX with the lowest priority first. If that fails, it tries the next one up. Same priority means round-robin (load balanced across hosts). Common setup:
10 mail.example.com,20 backup.example.com. The backup only gets traffic when the primary is down.