I have a hosting server with many accounts.
The spf record looks something like
I want to use spf_installer to change it to
when I use
it adds that entry OK.
But when I try
it doesn't remove that entry. Where am I going wrong?
The spf record looks something like
v=spf1 +a +mx +ip4:1.2.3.4 -all |
I want to use spf_installer to change it to
v=spf1 +a +mx +include:spf.example.com -all |
when I use
/usr/local/cpanel/bin/spf_installer user +include:spf.example.com |
it adds that entry OK.
But when I try
/usr/local/cpanel/bin/spf_installer user -ip4:1.2.3.4 |
it doesn't remove that entry. Where am I going wrong?
Last edited by a moderator: