Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct spf dns record #640

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Correct spf dns record #640

merged 1 commit into from
Oct 25, 2023

Conversation

opswill
Copy link
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
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