SPF: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tony (talk | contribs)
Tag: wikieditor
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Docs==
*http://en.wikipedia.org/wiki/Sender_Policy_Framework
*http://homepages.tesco.net/J.deBoynePollard/FGA/smtp-spf-is-harmful.html


== Sites ==
*http://www.open-spf.org/
*[https://mxtoolbox.com/SPFRecordGenerator.aspx https://mxtoolbox.com/SPFRecordGenerator.aspx]
*[https://www.spfwizard.net/ https://www.spfwizard.net/]
== Docs ==
*[https://dmarcian.com/spf-syntax-table/ https://dmarcian.com/spf-syntax-table/]
*[http://www.digitalsanctuary.com/tech-blog/debian/setting-up-spf-senderid-domain-keys-and-dkim.html Setting Up SPF, SenderId, Domain Keys, and DKIM]
*[http://en.wikipedia.org/wiki/Sender_Policy_Framework http://en.wikipedia.org/wiki/Sender_Policy_Framework]
*[http://homepages.tesco.net/J.deBoynePollard/FGA/smtp-spf-is-harmful.html http://homepages.tesco.net/J.deBoynePollard/FGA/smtp-spf-is-harmful.html]
*[http://www.linuxjournal.com/article.php?sid=7327 SPF overview]
*[http://david.woodhou.se/why-not-spf.html Why not spf]
== Tools ==
*pyspf
*[https://easydmarc.com/tools/spf-lookup Validate SPF record]
= 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===


==FAQ==
===Check SPF record of a host===
  dig domain.com TXT
  dig domain.com TXT
or
dig host.domain.com TXT
=== SPF - Returned fail ===


===SPF - Returned fail===
  Misconfigured SPF record or spoofed "From" address
  Misconfigured SPF record or spoofed "From" address
[[Category:Mail]]

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