Skip to content

📧 MX Lookup

Check MX, SPF and DMARC DNS records for any domain — verify your mail servers are set up correctly.

TL;DR:

MX Lookup finds every MX record (mail server) with its priority. Shows each MX hostname, its A record, IP, reverse DNS. Critical for mail delivery diagnostics: without MX — mail cannot be delivered; wrong priority — wrong server is picked.

Save & track URLs you check Free account · 24/7 checks · alerts via Telegram, email, Slack — sign up to monitor any URL you test here.
Free Sign Up
Domain MX RecordsAll domain mail servers
MX PriorityMail delivery order
Record TTLMX record caching time
MX Server A RecordsIP addresses of mail servers

Why teams trust us

MX
all servers with priorities
SPF
compatibility check
<1s
DNS query
Free
no limits

How it works

1

Enter domain

2

Query MX DNS records

3

Get servers and IPs

What are MX Records?

MX (Mail Exchanger) records specify which server receives email for a domain. When there are email problems, MX records and their priorities are the first thing to check.

All MX Records

Complete list of MX servers with priorities and TTL.

Server A Records

Resolve MX hostnames to IP addresses for the full picture.

SPF Compatibility

Check if MX servers are included in the domain's SPF record.

Real DNS Query

Direct query to authoritative DNS without caching.

Who uses this

Email marketers

deliverability diagnostics

Sysadmins

mail server setup

Developers

email API integration

DevOps

post-mail migration check

Common Mistakes

Single MX serverIf the only MX fails, email is rejected. Use 2+ MX servers with different priorities.
MX not in SPFMX servers must be allowed by the SPF record to send on behalf of the domain.
Wrong priorityLower number = higher priority. 10 = primary server, 20 = backup.
CNAME as MX hostnameRFC 2181 forbids CNAME as MX value. Use only A/AAAA records.

Best Practices

Use 2+ MX serversPrimary with priority 10, backup with priority 20.
Sync MX and SPFAfter adding a new MX server, update the SPF record.
Monitor MX TTLTTL 3600 is optimal. Lower to 300 before changing mail providers.
Check after mail migrationAfter migrating to a new provider, ensure MX records updated globally.

Monitor MX records automatically

DNS monitor notifies when your domain MX records change.

Sign up free

What are MX, SPF and DMARC?

MX (Mail Exchanger) is a DNS record that specifies the mail servers responsible for accepting emails for a domain. SPF (Sender Policy Framework) is a TXT record that lists authorized sending IP addresses. DMARC (Domain-based Message Authentication) defines the policy for handling emails that fail SPF or DKIM checks.

Learn more

Related guides

Longer-form reading on this topic from the knowledge base.

Automate this check

Set up continuous monitoring and get an alert when something breaks. No manual runs to remember.