DMARC Adoption by TLD 2026: Which Domains Enforce DMARC

This ToolTrusted study breaks down DMARC adoption by TLD — measured from live DNS across the top 10,000 domains in the Majestic Million in June 2026. Headline averages hide enormous variation: depending on the top-level domain, the share of sites that actually enforce DMARC ranges from 11.0% to 79.0%. Looking at DMARC adoption by TLD … Read more

Best DMARC Software & Monitoring Tools (2026)

Choosing the best DMARC software is really about choosing how much you want a tool to do for you: parse the raw XML reports your domain receives, identify which services are sending as you, and guide you safely from monitoring to full enforcement. The best DMARC software turns a flood of unreadable aggregate reports into … Read more

DNSSEC for Email Explained: How to Enable DNSSEC (2026)

How to enable DNSSEC for email (quick version): (1) at your DNS host (Cloudflare, Route 53, your registrar’s panel) turn on zone signing — it generates the keys and gives you DS values; (2) publish the DNSSEC DS record at your registrar to complete the chain from the parent zone; (3) verify with dig DS yourdomain.com … Read more

Email Authentication Statistics 2026: SPF, DKIM & DMARC Adoption

Email authentication statistics 2026 (the headline numbers): across the top 10,000 domains, measured from live DNS in June 2026 — 84.5% publish SPF, 76.6% publish DMARC, but only 54.0% actually enforce DMARC (quarantine or reject). MTA-STS sits at 3.6%, TLS-RPT at 4.5%, and BIMI at 9.4%. The single biggest story is the DMARC enforcement gap: … Read more

BIMI Records Explained: How to Set Up BIMI (2026)

BIMI logo not showing in Gmail? The usual cause is that your DMARC policy isn’t at enforcement (p=quarantine or p=reject at pct=100) — without it Gmail never even evaluates BIMI. The second cause is the certificate: Gmail ignores self-asserted logos, so you need a BIMI VMC certificate (for the blue checkmark) or a CMC. After … Read more

ARC Explained: Authenticated Received Chain (2026)

Direct fix — why forwarded email fails DMARC: when a message is forwarded or sent through a mailing list, the intermediary rewrites the body and relays it from its own IP, which breaks DKIM and SPF — so DMARC fails even though the mail is genuine. The fix is ARC (Authenticated Received Chain): the forwarder … Read more

TLS-RPT Explained: How to Set Up SMTP TLS Reporting (2026)

How to set up a TLS-RPT record (quick version): (1) choose where reports go — a dedicated mailbox like tlsrpt@yourdomain.com or an HTTPS endpoint; (2) publish a TXT record at _smtp._tls.yourdomain.com reading v=TLSRPTv1; rua=mailto:tlsrpt@yourdomain.com; (3) turn it on before you flip MTA-STS to enforce, so you gain visibility first; (4) point the daily JSON at … Read more

MTA-STS Explained: How to Set Up an MTA-STS Policy (2026)

How to set up MTA-STS policy enforcement (quick version): (1) make sure every MX host has a valid TLS certificate; (2) stand up an HTTPS host at mta-sts.yourdomain.com and serve the MTA-STS policy file at /.well-known/mta-sts.txt in mode: testing; (3) publish the _mta-sts MTA-STS record (TXT) with a unique id; (4) turn on TLS-RPT and … Read more