MX Record
Also known as: Mail Exchange Record
An MX (Mail Exchange) record is a DNS entry that designates which mail servers handle inbound email for a domain. Multiple MX records can exist with different priority values; sending servers attempt delivery to the lowest-priority host first. MX records are looked up before SMTP delivery; misconfigured MX means mail never reaches the domain.
Every domain that receives email has at least one MX record. Without one, sending servers do not know where to deliver mail addressed to the domain and fall back to using the A record (the website host) or fail.
Syntax
`example.com. IN MX 10 mail.example.com.`
The `10` is the priority. Lower priorities are tried first. Common pattern: - Primary MX at priority 10 pointing at the main mail server cluster - Backup MX at priority 20 pointing at a secondary cluster
Common patterns
- Google Workspace: `aspmx.l.google.com` at priority 1, plus 4 backup MXes at higher priorities
- Microsoft 365: `<tenant>.mail.protection.outlook.com` at priority 0
- Self-hosted: usually a single MX at priority 10 pointing at `mail.<domain>`
Why MX misconfiguration causes deliverability problems
- Missing MX: mail bounces back to sender
- MX pointing at non-existent host: mail delays then bounces
- Reverse DNS mismatch between MX hostname and sending IP: spam filters flag as suspicious
- Multiple MXes with same priority: sending servers can choose any, which can cause inconsistent behaviour
Frequently asked questions
Does Outsolvi require MX changes?+
No. Outsolvi tracks engagement on outbound mail you send via Outlook or Gmail; it does not receive mail and does not require MX changes.
How do I check my MX records?+
Use `dig MX <domain>` or MxToolbox's MX lookup. The output lists every MX record with priority.
Put this concept into practice
Free tools, articles, and features on this same topic.
Related glossary terms
Want accurate tracking that handles MX Record?
Outsolvi tracks Outlook and Gmail with Tier 1 to 5 confidence scoring on opens, hot-lead detection, and AI reply sentiment at $7/user/mo billed yearly. 14-day free trial, no credit card.
Start 14-Day Free TrialNate built Outsolvi after watching every email-tracking tool he had ever used lie to him about opens. Outsolvi runs Tier 1 to 5 confidence scoring on every open, native in Outlook and Gmail, so the number on the dashboard is one a rep can actually act on.
We update these pages when the underlying mechanics change. new mailbox-provider rules, new tracker behavior, new measurement gaps. The dates above are real revisions, not auto-touches.