MX Lookup

Mail exchange records

Input

Identify the email servers (Mail Exchange) responsible for a domain. Checks priority values and hostnames.

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

  1. Enter the domain
    Apex domain (example.com). No protocol, no slash, no subdomain unless that subdomain has its own mail setup.
  2. Hit Lookup
    Records appear sorted by priority, lowest first.
  3. Read the result
    Each line is priority exchange.hostname. Multiple lines mean redundancy or failover paths. A single line 0 . is the Null MX (no mail).
  4. Follow up
    For 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.