MX records tell the internet where to deliver mail for a domain. They are the starting point for inbound email troubleshooting.

When to use this check

MX records tell the internet where to deliver mail for a domain. They are the starting point for inbound email troubleshooting.

Use a dig lookup when you need to see the DNS answer itself, not a browser error or a control-panel summary. DNS answers can differ by record type, resolver cache, and delegation path.

Useful commands

dig example.com MX
dig example.com TXT
dig _dmarc.example.com TXT

What to look for

  • The record value matches the provider instructions or migration plan.
  • The TTL is reasonable for the timing of the change.
  • The answer is coming from the expected name or target.
  • There are no unexpected empty answers, stale values, or conflicting records.

Common mistakes

The most common mistake is checking the wrong name. For example, example.com, www.example.com, mail.example.com, and _dmarc.example.com are separate DNS names. Query the exact name used by the application or provider instructions.

How to use the result

Compare the dig result with your source of truth: DNS provider zone, registrar delegation, hosting instructions, email provider setup page, certificate authority challenge, or infrastructure documentation. If the DNS answer is wrong, fix DNS first. If the DNS answer is correct, continue troubleshooting the next layer.