DNS & infrastructure

DMARC

Domain-based Message Authentication — a DNS record telling receivers what to do when SPF or DKIM fails (allow, quarantine, or reject), and where to send reports about who is sending as your domain.

Domain-based Message Authentication — a DNS record telling receivers what to do when SPF or DKIM fails (allow, quarantine, or reject), and where to send reports about who is sending as your domain.

Also see: SPF, DKIM

v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com

Publish as TXT at _dmarc.yourdomain.com. Start at p=none until SPF and DKIM pass on real mail.

Related