mohamadsajedi
Verified User
- Joined
- Sep 10, 2021
- Messages
- 11
Hey there.
i need to change my dns template and add extra ip address to my spf record for all domains. so i create new path in /usr/local/directadmin/data/templates/custom/ and added new file /usr/local/directadmin/data/templates/custom/dns_spf.conf and add the following line to file :
|DOMAIN|.="v=spf1 a mx ip4:|SERVER_IP||EXTRA_SPF||SPF_IPV6| ip4:X.X.X.X ~all"
after that, i've runned following command and all of my dns zones edited after 1 minutes but still i dont have new ip4 in spf records :
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
how can i solve the problem??
Thanks
i need to change my dns template and add extra ip address to my spf record for all domains. so i create new path in /usr/local/directadmin/data/templates/custom/ and added new file /usr/local/directadmin/data/templates/custom/dns_spf.conf and add the following line to file :
|DOMAIN|.="v=spf1 a mx ip4:|SERVER_IP||EXTRA_SPF||SPF_IPV6| ip4:X.X.X.X ~all"
after that, i've runned following command and all of my dns zones edited after 1 minutes but still i dont have new ip4 in spf records :
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
how can i solve the problem??
Thanks