DNS Lookup Tool
Query any DNS record type — A, AAAA, MX, TXT, CNAME, NS, SOA, CAA.
Open toolHome › Tools › Network & DNS › Network & DNS Tools
Check mail exchanger records and priorities for a domain in seconds.
Enter a target and run the tool.
Results
| Type | TTL | Value |
|---|
MX (Mail Exchanger) records tell sending mail servers where to deliver email for a given domain. Each MX record points to a mail server hostname and carries a priority value — lower numbers are tried first, and higher numbers act as fallback servers. A correct MX setup is essential for inbound email reliability: misconfigured records cause bounces, delays, and spam-filter rejections. The AT USE MX lookup tool queries DNS in real time via DNS-over-HTTPS and returns every MX record for the domain you enter, sorted by priority, so you can immediately see which servers handle mail and in what failover order. No account is required, and the results match exactly what a real sending mail server would resolve.
example.com or company.org. Do not prefix with http:// or www.10 mail1.provider.com and 20 mail2.provider.com — sending servers try mail1 first and fall back to mail2 only if the primary is unreachable.aspmx.l.google.com, Microsoft 365 includes a *.mail.protection.outlook.com target, and Proton Mail uses mail.protonmail.ch.Results come from a live resolver, so they reflect the current published state of the zone — not your local DNS cache.
When a sending mail server (say, Gmail's outbound servers) needs to deliver an email to [email protected], it looks up the MX records for example.com. It then tries to open an SMTP connection to the server with the lowest priority number. If that server is down or refuses the connection, it tries the next-lowest priority. If all MX servers are unreachable, the sending server queues the message and retries for up to four days before returning a bounce.
MX records contain no information about the sender — they only define where inbound mail should land. The SPF, DKIM, and DMARC records (all TXT records) govern whether outbound mail from a domain is accepted by recipients. MX and SPF address different directions of the same email flow.
Priority values are arbitrary integers. The only rule is relative order: the server with the numerically lowest priority gets the first connection attempt. Setting two MX records to the same priority number causes sending servers to pick between them randomly, which is a valid load-distribution strategy. Many Google Workspace setups use five MX entries all sharing different priority numbers; some simple setups use a single MX record with priority 0.
TTL (time-to-live) on MX records controls how long other DNS servers cache the result. Before migrating email providers, lowering the TTL to 300 seconds (5 minutes) a day in advance means old cached values expire quickly once you swap the records — reducing the propagation window from hours to minutes.
Lower numbers mean higher priority. A sending server tries the lowest-priority MX first; higher-numbered entries are fallbacks used only if the primary is unreachable. Setting two MX records to the same number distributes load randomly between them.
Propagation time equals the TTL of the old record — typically 1 to 4 hours for most provider defaults. If you lower the TTL to 300 seconds a day before making the change, new values become visible to all resolvers within minutes of the swap.
Yes. Most production domains publish two or more MX records for redundancy. A primary server handles normal delivery and one or more backup servers catch mail when the primary is temporarily unavailable.
Technically yes — RFC 5321 says senders fall back to the A record if no MX exists. In practice this is almost always a misconfiguration. Domains that intentionally do not accept email should publish a null MX record (priority 0, target ".") to explicitly signal "no mail accepted here," which prevents delivery attempts and avoids queued retry traffic.
Your DNS provider's control panel shows what you have configured, which may not yet have propagated. This lookup queries a live public resolver, so it shows what external senders currently see. Differences usually resolve themselves once the record's TTL expires and the new value propagates.
MX records only control inbound delivery — where other servers send mail addressed to your domain. Outbound sending reputation is governed by SPF (a TXT record), DKIM (another TXT record), and DMARC policy, none of which involve MX records directly.
Open another DNS or domain check task in one click.