nexalign

Glossary term

DMARC / DKIM / SPF

Also: Email authentication, Email spoofing protection

Three standards that together authenticate email senders and impede spoofing. SPF authenticates the sending IP, DKIM signs the content, DMARC links both via the From header and defines the policy.

SPF: TXT record in DNS listing permitted sending IPs. Limitation: breaks on forwarding.

DKIM: cryptographic signature of email header and/or body, verifiable via DNS public key. Works even across forwarding.

DMARC: policy layer (none/quarantine/reject), reporting (aggregate + forensic) and alignment between From header and SPF/DKIM. Roadmap: monitoring 4-8 weeks, then quarantine, then reject. 2024-2026: Yahoo, Google and Microsoft enforce DMARC for bulk senders.

Related terms