Problem with SPF record on my dns

mic141414

Power Member
Joined
Jul 3, 2008
Messages
518
Reaction score
166
Hi,

Not being an expert i need help please

I am using several paid smtp service and had to setup spf for 2 of them
But when trying to test on mail-tester i got this

You apparently created more than one SPF record on your DNS. Please make sure to keep only one.

Verification details:

dig +short TXT XXXXX.com :
  • "v=spf1 include:mailgun.org ~all"
  • "v=spf1 include:spf.mailjet.com a mx ptr a:XXXXX.com ip4:2XX.XX.XX.0/24 ?all"
How can I make only one line of spf containing all the info of the 2 please?

Thanks
 
You must have only one SPF record, you just need to add "include:mailgun.org" to your existing TXT(SPF) record.
 
You must have only one SPF record, you just need to add "include:mailgun.org" to your existing TXT(SPF) record.
so I can only use
  • "v=spf1 include:mailgun.org ~all"
OR
  • "v=spf1 include:spf.mailjet.com a mx ptr a:XXXXX.com ip4:2XX.XX.XX.0/24 ?all"
Is it possible to do
  • "v=spf1 include:spf.mailjet.com include:mailgun.org a mx ptr a:XXXXX.com ip4:2XX.XX.XX.0/24 ?all" ???
 
Not an expert too but I think you can. Try it and test via Mail-tester.
 
Back
Top