SPF: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
 
(2 intermediate revisions by the same user not shown)
Line 19: Line 19:
*[https://easydmarc.com/tools/spf-lookup Validate SPF record]
*[https://easydmarc.com/tools/spf-lookup Validate SPF record]


== FAQ ==
= FAQ =
 
 
== softfail ~all ==
A soft fail means that emails from unauthorized senders are not discarded but forwarded to a spam folder, or marked suspicious.
 
== hardfail -all ==
All other senders—those not listed in the record—are unauthorized, and their emails are discarded.
 
 
==+all, -all, ~all?==
===+all===
Any server can send
 
 
 


=== Check SPF record of a host or domain===
=== Check SPF record of a host or domain===

Latest revision as of 08:47, 10 July 2025

Sites

Docs

Tools

FAQ

softfail ~all

A soft fail means that emails from unauthorized senders are not discarded but forwarded to a spam folder, or marked suspicious.

hardfail -all

All other senders—those not listed in the record—are unauthorized, and their emails are discarded.


+all, -all, ~all?

+all

Any server can send



Check SPF record of a host or domain

dig domain.com TXT

or

dig host.domain.com TXT

SPF - Returned fail

Misconfigured SPF record or spoofed "From" address