SPF: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Sites == | == Sites == | ||
*http://www.open-spf.org/ | |||
*[https://mxtoolbox.com/SPFRecordGenerator.aspx https://mxtoolbox.com/SPFRecordGenerator.aspx] | *[https://mxtoolbox.com/SPFRecordGenerator.aspx https://mxtoolbox.com/SPFRecordGenerator.aspx] | ||
*[https://www.spfwizard.net/ https://www.spfwizard.net/] | *[https://www.spfwizard.net/ https://www.spfwizard.net/] | ||
== Docs == | == Docs == | ||
Line 16: | Line 16: | ||
== Tools == | == Tools == | ||
*pyspf | *pyspf | ||
*[https://easydmarc.com/tools/spf-lookup Validate SPF record] | |||
= FAQ = | |||
==+all, -all, ~all?== | |||
===+all=== | |||
Any server can send | |||
=== Check SPF record of a host === | |||
=== Check SPF record of a host or domain=== | |||
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 18:35, 28 August 2024
Sites
Docs
- https://dmarcian.com/spf-syntax-table/
- Setting Up SPF, SenderId, Domain Keys, and DKIM
- http://en.wikipedia.org/wiki/Sender_Policy_Framework
- http://homepages.tesco.net/J.deBoynePollard/FGA/smtp-spf-is-harmful.html
- SPF overview
- Why not spf
Tools
- pyspf
- Validate SPF record
FAQ
+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