Help with SPF and "soft fail"

Through GoDaddy, we added email security. Since then, lending institutions, specifically, Idaho Central Credit Union, do not receive our emails. They go to SPAM. We are realtors and must get to them. ICCU techs said it was something to do with out SPF and a “soft fail”.
Go Daddy said Cloudfare have our DNS records. This is all greek to me. Please advise. Thank you.

What’s the domain & what do you use to send emails?

Our domain is TripleCrownTeam. com and we have emails through Office 365 with GoDaddy. For example, kathy @triplecrownteam.com

Looks like you currently have multiple SPF records published, you’ll want to flatten them to just the one.

triplecrownteam.com. 300 IN TXT "v=spf1 include:sendgrid.net include:spf.protection.outlook.com -all"
triplecrownteam.com. 300 IN TXT "v=spf1 a:dispatch-us.ppe-hosted.com include:secureserver.net -all"

You can remove both of these and just add as a TXT record, with a name of @ and a value of:

v=spf1 a:dispatch-us.ppe-hosted.com include:secureserver.net include:sendgrid.net include:spf.protection.outlook.com -all

1 Like

Where do I go to do this? Thanks!

You would make the change in the DNS section of your Cloudflare dashboard for your domain. I have included a link to the relevant #tutorial after my reply.

You can remove one of the two existing records and edit the other to contain the following value, which is slightly different than that shared by @KianNH. The reason for my change is prevent redundancy caused by include:secureserver.net containing include:spf1.secureserver.net which in turn contains include:spf.protection.outlook.com.

Your new SPF record:
v=spf1 a:dispatch-us.ppe-hosted.com include:secureserver.net include:sendgrid.net -all

1 Like

I will attach what I see when I go to the DNS app. I do not see anything or a link for DNS Records. Sorry, just so out of my element.

I concur that the domain does not appear to be in your Cloudflare account.

$ dig ns triplecrownteam.com +short 
ingrid.ns.cloudflare.com.
nile.ns.cloudflare.com.

From the active nameservers we can see that your domain is definitely in someone’s Cloudflare account. Do you use any IT providers that who may have placed it in an account that they manage?

Our website is going through our real estate brokerage and insiderealestate. - After seeing all this, I wonder if the issue lies with them. I will contact them and see what I can find out. Thank you for your help!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.