errr ok, so basically the only way this can be done is to manually edit every single zone file for each domain?
Go to /var/named
perl -pi -e 's/oldspfdata/newspfdata/i' *.db
Be aware; this only is all servials are exactly the same.
Always backup your old *.db files! Also, rewrite the values, so the serial gets updated. This kan be done by the echo tally command?
Greetings ,
executed the command as per your suggestion , nothing happened at all - did as per the example below
perl -pi -e 's/"v=spf1 a mx ip4serverip) ?all"/"v=spf1 a mx ip4serverip) ~all"/i' *.db
Am i missing something??
perl -pi -e 's#v=spf1 a mx ip4:serverip \?all#v=spf1 a mx ip4:serverip \~all#' *.db