TMailr

← All writing

Deliverability

Null MX: telling the world your domain does not receive mail

11 July 2026 · 3 min read

A domain with no MX still receives: senders fall back to the A record. If nothing listens on port 25 there, mail sits in their queue for days before failing.

example.com.  IN MX  0 .

That is a null MX, from RFC 7505. It says definitively that this domain accepts no mail, so senders fail immediately with a clear answer instead of retrying for a week.

When to use it

Pair it with SPF -all so the domain cannot be forged either.

More on deliverability