Quote:
Originally Posted by eukhost.com
open "edit zone templates" from DNS functions in your WHM and edit all 3 templates over there and add following line at the bottom :-
%domain%. IN TXT "v=spf1 a mx ip4:87.117.234.234 ~all"
make sure that you replace "87.117.234.234" with IP of your VPS Hosting.
|
Can the manual change of IP be avoided by replacing "ip4:87.117.234.234" with "ip4:%ip%"?
I.e. like this:
%domain%. IN TXT "v=spf1 a mx ip4:%ip% ~all"