We moved to a new server using the transfer tool
Now in the new bind files, every SPF record contains 2 ip's. Like this (ip's are masked to local ip's):
where 192.168.0.1 is the ip of the new server and 10.0.0.1 is the old server ip.
With which command can I remove the complete " +ip4:10.0.0.1" (so with the space before) and update soa records for all domains so they only show:
as should be on the new server?
Now in the new bind files, every SPF record contains 2 ip's. Like this (ip's are masked to local ip's):
Code:
"v=spf1 ip4:192.168.0.1 +a +mx +ip4:10.0.0.1 ~all"
With which command can I remove the complete " +ip4:10.0.0.1" (so with the space before) and update soa records for all domains so they only show:
Code:
"v=spf1 ip4:192.168.0.1 +a +mx ~all"