how to install SPF & Domain Keys using
SSH
For : SPF Record (Sender Policy Framework)
For One Domain :
/usr/local/cpanel/bin/spf_ installer user (type username here) to enable it
/usr/local/cpanel/bin/spf_ uninstaller user (type username here) to disable it
this will uninstall SPF record from existing cPanel account (to disable it)
# for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/spf_ uninstaller
$i ;done
this will install SPF record from existing cPanel account (to enable it)
# for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/spf_ installer $i ;done
this will install SPF record from existing cPanel account (to enable it)
# for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/spf_
For : DKIM known as Domain Keys
/usr/local/cpanel/bin/dkim_keys_uninstall (username here) to disable it
For One Domain :
/usr/local/cpanel/bin/dkim_keys_install (username here) to enable it
this will uninstall DKIM (domain keys) from existing cPanel account (to disable it)
# for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/dkim_keys_uninstall $i ;done
this will install DKIM (domain keys) from existing cPanel account (to enable it)
# for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/dkim_keys_install $i ;done
http://www.sohailriaz.com/how-to-add-domainkeys-and-spf-records-on-cpanel-servers/
No comments:
Post a Comment