Email & SMTP

SPF, DKIM, and DMARC

Three email authentication standards that prevent spoofing and phishing. SPF (Sender Policy Framework) specifies which servers can send email for a domain via DNS TXT records. DKIM (DomainKeys Identified Mail) adds a cryptographic signature to verify message integrity. DMARC (Domain-based Message Authentication) ties SPF and DKIM together with reporting and policy enforcement. Failures can result in SMTP rejections.

相关协议

在指南中提及

相关场景

定义来源

决策指南

另请参阅