Free · no account · nothing recorded

Is your own zone asking receivers to throw your mail away?

A domain that publishes a strict DMARC policy and no way to authenticate its mail fails every message it sends. Nothing bounces when that happens — the mail is discarded or filed as spam by instruction, the send reports success, and from the inside it looks like a quiet week.

What this actually does

It reads three things out of public DNS the way a receiving mail server would: your SPF record, a DKIM key under nine common selectors, and your DMARC policy. DMARC passes when SPF aligns or DKIM aligns, so a domain with neither published fails everything it sends — and under p=reject or p=quarantine, its own zone is what asks receivers to act on that.

Six domains in this estate were in exactly that state for months, and nothing anywhere was red. That is why this page exists rather than a blog post about it.

What it does not do

Run it yourself

The same check, with no toolchain and no relationship with us — one file, no dependencies:

npx @flashyos/mail check yourcompany.com

It is the same implementation this page calls, and the same one our own control plane runs — a differential test fails the build if the two ever disagree about a verdict. A checker whose public answer and private answer could differ is worse than no checker.