schedule 3-min read

Email Authentication Checklist for Businesses

A concrete checklist for getting email authentication right: SPF, DKIM, DMARC, BIMI, MTA-STS. Tick each box once and the rest is monitoring.

01

Introduction

Email authentication for a business in 2026 spans five distinct controls: SPF, DKIM, DMARC, BIMI, and MTA-STS. Each does something different; each requires explicit configuration. This article is the checklist — tick every box and the domain has a defensible authentication posture.

02

Why this topic matters

A checklist clarifies what's done and what's still owed. Most businesses have one or two of these in place and assume that's enough. The risk shifts as more layers are added; the steady state is all five.

03

The five-layer checklist

1. SPF

  • [ ] Published as a TXT record at the apex domain.
  • [ ] Includes every legitimate sending IP / SaaS sender.
  • [ ] Under 10 DNS lookups (verified via SPF analyzer).
  • [ ] Ends with ~all or -all (not +all).
  • [ ] Single SPF record (no duplicates).

SPF best practices covers the detail.

2. DKIM

  • [ ] Custom DKIM enabled at every sending platform.
  • [ ] Distinct selector per platform.
  • [ ] Keys are 2048-bit RSA or stronger.
  • [ ] Rotated annually.
  • [ ] Public keys published in DNS at <selector>._domainkey.<domain>.

3. DMARC

  • [ ] Record published at _dmarc.<domain>.
  • [ ] Policy at p=reject (final state).
  • [ ] Subdomain policy sp= set explicitly.
  • [ ] rua= destination for aggregate reports.
  • [ ] Reports parsed by a DMARC platform.

The beginner's guide to DMARC covers the rollout.

4. BIMI

  • [ ] DMARC at p=quarantine or p=reject (BIMI prerequisite).
  • [ ] SVG Tiny PS logo file (square, RGB, <32KB).
  • [ ] Verified Mark Certificate (VMC) for high-deliverability providers.
  • [ ] BIMI TXT record published at default._bimi.<domain>.

What is BIMI covers the setup.

5. MTA-STS

  • [ ] HTTPS-served policy at https://mta-sts.<domain>/.well-known/mta-sts.txt.
  • [ ] DNS record at _mta-sts.<domain> with the policy version.
  • [ ] TLS-RPT record for failure reporting.

What is MTA-STS covers transport security.

04

Step-by-step approach to the rollout

For a business starting from zero:

  1. Week 1-2: SPF + DKIM. The authentication foundation.
  2. Week 3-12: DMARC. Publish at p=none, work to p=reject.
  3. Week 13: MTA-STS. Quick transport-security add-on.
  4. Week 14-16: BIMI. Logo prep + VMC.

Total: 4 months for a domain that didn't start with any authentication. Faster if you already have SPF + DKIM.

05

Best practices

  • Build the stack in order. Each layer depends on the previous.
  • Use a single platform for monitoring. DMARC, BIMI, MTA-STS reporting all consolidate.
  • Document the configuration. Next engineer needs to know what's where.
  • Audit quarterly. Senders are added; configurations drift.
  • Treat as infrastructure, not a project. The steady-state monitoring is the ongoing posture.
06

Run through the checklist for your domain. For each unchecked box, identify the owner and the timeline. The whole list should be doable in a quarter for an organized team.

07

FAQ

Can a small business do all five?

Yes. The work is the same regardless of business size; what scales is the sender complexity, not the layer count.

Which gives the most security value?

DMARC at p=reject. It stops exact-domain spoofing. The others harden adjacent risks.

Do I need BIMI?

Functionally optional, business-valuable. It puts your logo in the inbox at major providers, improving brand trust and click-through.

What's the minimum viable authentication?

SPF + DKIM + DMARC at p=reject. The other two are upgrades.

Will compliance frameworks require all five eventually?

Increasingly, yes. PCI DSS and sector frameworks reference DMARC; transport security is being added gradually.

08

Final thoughts

Email authentication in 2026 is a stack, not a single control. A business with all five layers in place has the strongest defensible posture available. Most have one or two; the gap is the work.

Tick the boxes once, monitor steady-state. The result is durable, demonstrable, and increasingly required by everyone from mailbox providers to cyber insurers.

Ready to Implement?

Get authenticated mail moving in minutes — start free, book a guided demo, or talk to the team about your stack.