Hello,
I have a new server setup with root zone templates and reseller zone templates. I have customizes these templates to include an SPF and dmarc in all zone templates. A quick review of the /var/cpanel/zonetemplates folder and the content of the zone templates shows:
%domain%. IN TXT "v=spf1 a mx include:_spf.spf-example-domain.net ~all"
_dmarc IN TXT "v=DMARC1; p=quarantine; sp=none; rf=afrf; pct=100; ri=86400"
Yet, when I create a new with reseller I get :
SPF value of: v=spf1 +a +mx +ip4:51.222.43.204 include:gosecure.net +ip4:144.217.145.128 +include:_spf.spf-example-domain.net ~all
MX value of: Prorioty 10 email-protect.gosecure.net
1) Why is the SPF syntax being changed to prefix all entries with a '+'?
2) Why is it injecting include:gosecure.net into my SPF?
The problem with #2 is that include:gosecure.net is so large is breaks the SPF lookup and nothing after the include:gosecure.net is not used in the SPF.
Any thoughts on how to address 1 & 2?
Thanks,
Mike
I have a new server setup with root zone templates and reseller zone templates. I have customizes these templates to include an SPF and dmarc in all zone templates. A quick review of the /var/cpanel/zonetemplates folder and the content of the zone templates shows:
%domain%. IN TXT "v=spf1 a mx include:_spf.spf-example-domain.net ~all"
_dmarc IN TXT "v=DMARC1; p=quarantine; sp=none; rf=afrf; pct=100; ri=86400"
Yet, when I create a new with reseller I get :
SPF value of: v=spf1 +a +mx +ip4:51.222.43.204 include:gosecure.net +ip4:144.217.145.128 +include:_spf.spf-example-domain.net ~all
MX value of: Prorioty 10 email-protect.gosecure.net
1) Why is the SPF syntax being changed to prefix all entries with a '+'?
2) Why is it injecting include:gosecure.net into my SPF?
The problem with #2 is that include:gosecure.net is so large is breaks the SPF lookup and nothing after the include:gosecure.net is not used in the SPF.
Any thoughts on how to address 1 & 2?
Thanks,
Mike
Last edited by a moderator: