Skip to content

Correct spf dns record#640

Merged
foxcpp merged 1 commit intofoxcpp:masterfrom
opswill:patch-1
Oct 25, 2023
Merged

Correct spf dns record#640
foxcpp merged 1 commit intofoxcpp:masterfrom
opswill:patch-1

Conversation

@opswill
Copy link
Copy Markdown
Contributor

@opswill opswill commented Oct 20, 2023

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

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 foxcpp merged commit d346650 into foxcpp:master Oct 25, 2023
@foxcpp
Copy link
Copy Markdown
Owner

foxcpp commented Oct 25, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants