foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
4.95k stars 239 forks source link

Correct spf dns record #640

Closed opswill closed 10 months ago

opswill commented 10 months ago

Based on the spf documnet: http://www.open-spf.org/action_browse_id_FAQ/Common_mistakes_revision_26/#helo

example.com.             IN  TXT  "v=spf1 mx -all"
mailserver.example.com.  IN  TXT  "v=spf1 a -all"

the second spf record in doc should set to a record. otherwise the mail-tester will show

SPF_HELO_SOFTFAIL       SPF: HELO does not match SPF record (softfail)

softfail

foxcpp commented 10 months ago

Thanks!