after testing one of my emails in the mail tester it recognized these problems,
1:- has no applicable sender policy
2:- 65.30.27.19 to use name@mydomain.com
Do I have to add a new text spf record in cloudflare with name being added in the name section?
[SPF] mydomain.com does not allow your server 65.30.27.19 to use name@mydomain.com
Sender Policy Framework (SPF) is an email validation system designed to prevent email spam by detecting email spoofing, a common vulnerability, by verifying sender IP addresses.
What we retained as your current SPF record is:
v=spf1 +a +mx include:spf.anotherdomain.com include:blizzard.mxrouting.net ip4:45.54.261.45 ~all
More information about this error:
mydomain.com: Included domain ‘blizzard.mxrouting.net’ has no applicable sender policy
Verification details:
dig +short TXT mydomain.com :
- “v=spf1 +a +mx include:spf.anothersmtp.com include:blizzard.mxrouting.net ip4:45.54.261.45 ~all”
dig +short TXT @whatever.ns.cloudflare.com. mydomain.com :
- “v=spf1 +a +mx include:spf.anothersmtp.com include:blizzard.mxrouting.net ip4:45.54.261.45 ~all”
spfquery --scope mfrom --id name@mydomain.com --ip 65.30.27.19 --helo-id dal3relay19.mxroute.com :
- permerror
- mydomain.com: Included domain ‘blizzard.mxrouting.net’ has no applicable sender policy
- mydomain.com: Included domain ‘blizzard.mxrouting.net’ has no applicable sender policy
- Received-SPF: permerror (mydomain.com: Included domain ‘blizzard.mxrouting.net’ has no applicable sender policy) receiver=ns302418.ip-84-13-206.eu; identity=mailfrom;
Sorry about the long post