editing zone templates help
Hi my zone template as standard is this
Now i want to add this
So do i remove the line
Or should i just add this
; cPanel %cpversion%
; Zone file for %domain%
$TTL %ttl%
@ %nsttl% IN SOA %nameserver%. %rpemail%. (
%serial% ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
%domain%. %nsttl% IN NS %nameserver%.
%domain%. %nsttl% IN NS %nameserver2%.
%domain%. %nsttl% IN NS %nameserver3%.
%domain%. %nsttl% IN NS %nameserver4%.
%nameserverentry%. IN A %nameservera%
%nameserverentry2%. IN A %nameservera2%
%nameserverentry3%. IN A %nameservera3%
%nameserverentry4%. IN A %nameservera4%
%domain%. IN A %ip%
localhost.%domain%. IN A 127.0.0.1
%domain%. IN MX 0 %domain%.
mail IN CNAME %domain%.
www IN CNAME %domain%.
ftp IN A %ftpip%
Now i want to add this
%domain%. IN TXT "v=spf1 a mx ptr ip4:xx.xxx.xx.3 ip4:xx.xxx.xx.4 mx:%domain%. include:mailrelaystation.co.uk ?all"
So do i remove the line
%domain%. IN MX 0 %domain%.Or should i just add this
%domain%. IN TXT "v=spf1 ip4 xx.xxx.xx.3 ip4:xx.xxx.xx.4 mx a ptr include:mailrelaystation.co.uk ?all"-
Hello :) SPF records are not meant to replace MX records so it's important you leave the existing MX record in-place. Thank you. 0 -
[quote="cPanelMichael, post: 1538562">Hello :) SPF records are not meant to replace MX records so it's important you leave the existing MX record in-place. Thank you.
Thanks, Have a good week0
Please sign in to leave a comment.
Comments
2 comments