I have just discover a bug that is creating some problems with certain mail servers. Imscp 1.0.3.0 is generating the SPF entry wrong, to be more precises there is a "v" letter that it should not be there....
ex: "v=spf1 ipv4:192.168.0.1/16 -all"
the correct entry should be,
ex: "v=spf1 ip4:192.168.0.1/16 -all"
I see that the spf entry is generated via /etc/imscp/parts/dn_e.tpl with the variable {TXT_DMN_IP_TYPE}. My question is, how can I fix the problem and how to regenerate all DNS (bind) zones with the right spf.
Thanks for the help!