How to change IP used for SPF records?

hape

Verified User
Joined
Jul 22, 2010
Messages
80
Location
Poland
Hi,
how to change IP used in dns spf records on Debian? The IP used for records is different than ip used for sending e-mails.
 
Code:
cd /usr/local/directadmin/data/templates
mkdir custom
cp dns_txt.conf custom
cd custom
nano dns_txt.conf # make changes to the template that you want
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d30

Could also do this, but it wouldnt affect new zones being made:

http://help.directadmin.com/item.php?id=141
 
Back
Top