← Alle hulpmiddelen
/ MX Record Lookup
📡
MX Record Lookup
Check the Mail Exchange (MX) records for any domain. Find which mail servers handle incoming email.
📬 Email Provider Detection
Detecting…
MX Records
| Priority | Mail Server (Exchange) | TTL |
|---|
What Are MX Records?
MX (Mail Exchange) records are DNS records that specify which mail servers are responsible for accepting email on behalf of a domain. When you send an email to [email protected], the sending mail server queries the DNS for example.com's MX records to find out where to deliver the message.
Each MX record has a priority value (also called preference). Lower numbers mean higher priority — the sending server tries the lowest priority value first. If that server is unavailable, it tries the next highest priority. This allows for mail server redundancy and failover.
How to Read MX Record Results
- Priority — Lower number = higher priority (0 is highest, 100 is lowest).
- Mail Server — The hostname of the server that handles incoming email for the domain.
- TTL — Time To Live in seconds. How long DNS resolvers cache this record.
Common MX Record Providers
| Provider | MX Pattern |
|---|---|
| Google Workspace / Gmail | *.google.com, *.googlemail.com |
| Microsoft 365 / Outlook | *.mail.protection.outlook.com |
| ProtonMail | *.protonmail.ch |
| Zoho Mail | mx.zoho.com, mx2.zoho.com |
| Cloudflare Email Routing | *.mx.cloudflare.net |
| FastMail | *.messagingengine.com |