Change SPF for all domains

Marks

Verified User
Joined
Jul 13, 2019
Messages
131
Hello, I am trying to add an include: spf.mydomain.com to all dns zones, how can I do this?

I have tried the following procedures:
I created dns_spf.conf in /usr/local/directadmin/data/templates/custom

I directly edited dns_spf.conf in /usr/local/directadmin/data/templates

I ran the command:
cd /usr/local/directadmin
echo "action = rewrite & value = named" >> /usr/local/directadmin/data/task.queue

I added extra_spf_value = spf.mydomain.com in directadmin.conf and does not rewrite spf on domains already created.
 
Back
Top