SPF record check

SPF lists which servers may send mail for a domain. This form runs the dedicated SPF & DMARC checker.

How SPF is evaluated

The receiving server takes the envelope sender domain, fetches v=spf1, and tests the connecting IP against ip4, ip6, a, mx, and include mechanisms. Nested includes count toward a hard limit of ten DNS lookups. Exceed it and legitimate mail can fail SPF even when the IP is “supposed” to be allowed.

A record worth keeping

Generate a draft with the SPF generator, then read SPF explained before you tighten the policy. Pair SPF with DMARC or spoofed From headers still get through.