change dns spf

microz

Verified User
Joined
Jun 10, 2009
Messages
122
Location
Santiago, Chile
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
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:
Back
Top