Jose Vega
Member
i´ve been reading a lot about SPF and DKIM, and I understand they´re very important. I already added DKIM and SPF records for my hosting, google apps, mandrill, and elasticemail. But I dont know how to integrate the SPF records that mailwizz generates when I added sending domains.
This is the SPF record I already have:
v=spf1 +a +mx +ip4:96.127.135.42 include:_spf.google.com include:_spf.elasticemail.com include:spf.mandrillapp.com ~all
I know it´s correctly because it passed the test here: http://www.kitterman.com/spf/validate.html
mandrill and elasticemail instructions were to just add include
OMAIN before ~all , so I tried adding mailwizz code before the includes, but it didnt pass the test. It says too many DNS lookups:
v=spf1 +a +mx +ip4:96.127.135.42 mx a ptr a:newsletters.apps.vegacorp.me ip4:107.170.207.23 include:_spf.google.com include:_spf.elasticemail.com include:spf.mandrillapp.com ~all
DKIM is fine because mandrill and elasticemail say I can add as many as I want. SPF is the only problem.
This is the SPF record I already have:
v=spf1 +a +mx +ip4:96.127.135.42 include:_spf.google.com include:_spf.elasticemail.com include:spf.mandrillapp.com ~all
I know it´s correctly because it passed the test here: http://www.kitterman.com/spf/validate.html
mandrill and elasticemail instructions were to just add include

v=spf1 +a +mx +ip4:96.127.135.42 mx a ptr a:newsletters.apps.vegacorp.me ip4:107.170.207.23 include:_spf.google.com include:_spf.elasticemail.com include:spf.mandrillapp.com ~all
DKIM is fine because mandrill and elasticemail say I can add as many as I want. SPF is the only problem.