Skip to content

Null MX

published · September 10, 2026

A null MX record is a single MX record with preference 0 pointing at the root, which is how a domain states in DNS that it accepts no mail at all.

A null MX record is a single MX record with preference 0 pointing at the root — 0 . — which is how a domain states in DNS that it accepts no mail at all. It was standardised in RFC 7505 so that a sending server could stop trying immediately rather than queueing and retrying for days.

What Spaw answers

mx_found is false and the reason is null_mx. The verdict is undeliverable, which is the strongest thing the email product says: the domain's own operator has published that nothing can be delivered there.

Undeliverable answers are free, so a list full of null-MX domains costs nothing to clean.

Why it matters more than an absent record

An absent MX record is ambiguous — it might mean the operator forgot, and RFC 5321 says to fall back to the A record. A null MX is a deliberate statement. Domains used only for a website, or parked, increasingly publish one, which is why it is worth distinguishing from implicit MX rather than folding both into "no mail server".

Related

markdown version: /glossary/null-mx.md

Verify addresses the same way

The Spaw API runs every check described here on each lookup, with an SMTP handshake that never sends mail. 10 free lookups a month, no card required.

Get your API key

More glossary

  • ASN

    An Autonomous System Number identifies one network that announces its own routes to the internet under a single routing policy.

  • Address register

    An address register is a country's official file of every address its authorities recognise, usually keyed on buildings rather than letterboxes.

  • CIDR

    CIDR notation writes a range of IP addresses as one address and a prefix length, so 203.0.113.0/24 means the 256 addresses sharing those first 24 bits.

  • Catch-all domain

    A catch-all domain is one whose mail server accepts mail addressed to every recipient, whether or not that mailbox exists.

  • Check digit

    A check digit is a digit computed from the rest of an identifier so that a mistyped one usually fails arithmetic before anybody looks it up.

  • Company number

    A company number is the identifier a national registrar assigns to an incorporated company, unique within that register and never within the world.

  • Credit

    A credit is the billing unit of the whole API: one credit buys one fresh lookup that produced a usable answer, on any of the six signals.

  • Datacenter IP

    A datacenter IP is an address inside a range operated by a hosting, cloud or server provider rather than by a consumer access network.