Need help with SPF record within 10 DNS

darkbear

Verified User
Joined
Jan 31, 2013
Messages
60
Hi, I have a Directadmin server and hosted some client inside

However, I find directadmin will auto create a "v=spf1 a mx include:MyDomain.com -all" 's SPF record OR "v=spf1 a mx include:MyDomain.com include:_spf.google.com -all" 's SPF record with Google WorkSpace

But when I check via some spf record checker and I got warning about :
"The domain's SPF record could not be resolved within 10 DNS queries." OR "v=spf1 a mx include:MyDomain.com -all 10 DNS queries"

so I want to know, can I remove this spf record and recreate a spf record like:
v=spf1 a mx include:HisDomain.com include:_spf.google.com -all ?
any thing I need to do too for fix my spf record > 10 dns problem?

Thank you
 
Last edited:
try remove old spf record, and add back
"v=spf1 include:_spf.google.com ~all"

Directadmin auto spf record with a little buggy, some spf checker will show you error when you use it
 
Last edited:
Back
Top