Install DomainKeys on cPanel
What are DomainKeys?
Well you will find more information on this topic at: http://antispam.yahoo.com/domainkeys
/usr/local/cpanel/bin/domain_keys_installer username
Where username is the cPanel user.
for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/domain_keys_installer $i ;done
Ok, but what about if we want that every new created account to have DomainKeys installed. Well this is a bit harder to do.
I recommend editing /scripts/postwwwacct and adding:
HowTo backup or transfer cPanel Account in CommandLine
Sometimes i hate to login to WHM to do account transfer, not for small size account but i super duper HATE when the account is few hundred MB. When i get DISCONNECTED, everything is gone and have to restart the transfer again! So i search for way to do transfer in CommandLine and finally i got it. Using SSH + screen. What is screen? Click here to understand more about screen .
Invalid cPanel License File?
Getting Invalid Server License in cPanel when you login to either WHM or cPanel? Don’t worry! What you need to do is SSH into your server, login as root and run the following command:
/usr/local/cpanel/cpkeyclt
Attention: Please make your license is ACTIVE! If you not sure whether your licese is active or not, you can visit http://verify.cpanel.net/ to check.

