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.
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.
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
~allor-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=quarantineorp=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.
Step-by-step approach to the rollout
For a business starting from zero:
- Week 1-2: SPF + DKIM. The authentication foundation.
- Week 3-12: DMARC. Publish at
p=none, work top=reject. - Week 13: MTA-STS. Quick transport-security add-on.
- 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.
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.
Recommended next step
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.
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.
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.