← All Tools / SPF Record Checker
🛡️

SPF Record Checker

Validate the Sender Policy Framework (SPF) TXT record for any domain. Detect misconfigurations instantly.

📄 Raw SPF Record

✅ Validation Results

⚙️ Mechanisms & Modifiers

🔢
DNS Lookup Count
SPF allows a maximum of 10 DNS lookups. Exceeding this causes a PermError.
0 / 10

What is an SPF Record?

SPF (Sender Policy Framework) is an email authentication protocol. A domain's SPF record lists all the IP addresses and mail servers that are authorized to send email on behalf of that domain. When an email is received, the receiving mail server checks the SPF record to verify the sender is authorized — helping prevent email spoofing and phishing.

SPF Mechanism Reference

QualifierMechanismMeaning
+ (default)PassAuthorized to send — deliver the email
-FailNot authorized — reject the email
~SoftFailProbably not authorized — accept but mark as suspicious
?NeutralNo statement on authorization
Common Mechanisms: ip4, ip6, a, mx, include, all, redirect, exists