User login

Syndicate

Adding an SPF record to all domains

Adding an SPF record to all domains

There is apparently a Cpanel script that will add SPF (Sender Policy Framework) records to an account and to all domains in WHM.

/usr/local/cpanel/bin/spf_installer

for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/spf_installer $i ;done