TXT SPF Ipv6 record creates double quotes

ItsOnlyMe

Verified User
Joined
Apr 3, 2009
Messages
124
Location
Netherlands
Hello,

Not sure if i am posting it in the right place so forgive me if wrong.

I need to create a SPF record for a domain with IPv6 adresses in it.

I have to create these 2:

Code:
"spf2.0/pra a mx ip4:92.63.168.235 ip6:2a00:f10:121:100:418:ceff:fe00:1af ip4:93.180.67.29 ip6:2a00:f10:11a:81b::29 ip4:93.180.67.30 ip6:2a00:f10:11a:81b::30 ip4:93.180.67.32 ip6:2a00:f10:11a:81b::32 ip4:93.180.67.33 ip6:2a00:f10:11a:81b::33 ip4:93.180.67.35 ip6:2a00:f10:11a:81b::35 ip4:93.180.67.36 ip6:2a00:f10:11a:81b::36 ip6:2a00:f10:11a:81b::56 ip6:2a00:f10:11a:81b::57 ip4:94.124.90.120 include:_spf.zdsys.com ~all"

And:

Code:
"v=spf1 a mx ip4:92.63.168.235 ip6:2a00:f10:121:100:418:ceff:fe00:1af ip4:93.180.67.29 ip6:2a00:f10:11a:81b::29 ip4:93.180.67.30 ip6:2a00:f10:11a:81b::30 ip4:93.180.67.32 ip6:2a00:f10:11a:81b::32 ip4:93.180.67.33 ip6:2a00:f10:11a:81b::33 ip4:93.180.67.35 ip6:2a00:f10:11a:81b::35 ip4:93.180.67.36 ip6 :2a00:f10:11a:81b::36 ip6:2a00:f10:11a:81b::56 ip6:2a00:f10:11a:81b::57 ip4:94.124.90.120 include:_spf.zdsys.com ~all"

When this is in DNS management in directadmin and i dig on this record i get this output back:

Code:
;; ANSWER SECTION:
xxxxxx.nl.         300     IN      TXT     "spf2.0/pra a mx ip4:92.63.168.235 ip6:2a00:f10:121:100:418:ceff:fe00:1af ip4:93.180.67.29 ip6:2a00:f10:11a:81b::29 ip4:93.180.67.30 ip6:2a00:f10:11a:" "81b::30 ip4:93.180.67.32 ip6:2a00:f10:11a:81b::32 ip4:93.180.67.33 ip6:2a00:f10:11a:81b::33 ip4:93.180.67.35 ip6:2a00:f10:11a:81b::35 ip4:93.180.67.36" " ip6:2a00:f10:11a:81b::36 ip6:2a00:f10:11a:81b::56 ip6:2a00:f10:11a:81b::57 ip4:94.124.90.120 include:_spf.zdsys.com ~all"

xxxxxx.nl.         300     IN      TXT     "v=spf1 a mx ip4:92.63.168.235 ip6:2a00:f10:121:100:418:ceff:fe00:1af ip4:93.180.67.29 ip6:2a00:f10:11a:81b::29 ip4:93.180.67.30 ip6:2a00:f10:11a:81b:" ":30 ip4:93.180.67.32 ip6:2a00:f10:11a:81b::32 ip4:93.180.67.33 ip6:2a00:f10:11a:81b::33 ip4:93.180.67.35 ip6:2a00:f10:11a:81b::35 ip4:93.180.67.36 ip6" ":2a00:f10:11a:81b::36 ip6:2a00:f10:11a:81b::56 ip6:2a00:f10:11a:81b::57 ip4:94.124.90.120 include:_spf.zdsys.com ~all"


As you can see its creating quotes and spaces between the IP adresses. Does anyone have a solution for me how to fix this? This way the SPF record is not working for the helpdesk at this moment.

Kind Regards,

ItsOnlyMe
 
Back
Top