microz
Verified User
Hi,
There some way to change SPF record of all domains in directadmin? (I'm trying change ip to send mail in exim)
from 1.2.3.4 to 4.3.2.1
Solved
Rgds
There some way to change SPF record of all domains in directadmin? (I'm trying change ip to send mail in exim)
from 1.2.3.4 to 4.3.2.1
Solved
sed -i 's/v=spf1 a mx ip4:1.2.3.4 ~all/v=spf1 a mx ip4:4.3.2.1 ~all/g' *.db
Rgds
Last edited: