Fix cPanel/WHM Quotas

How to Fix cPanel/WHM Quotas? 1) Log into your server through SSH as the root user. 2) Run the following command as root user. /scripts/fixquotas   Cpanel/WHM sometimes has problems with the user quota files causing all users accounts to have unlimited disk space available or 0 megs of disk space in use. 1) Find the user account where […]

See More

How to enable SPF and DKIM for already created cPanel accounts?

Enable SPF and DKIM for already created cPanel accounts cPanel script to enable SPF via commandline: Syntax # /usr/local/cpanel/bin/spf_installer $username Where, $username is the cPanel user name. cPanel script to enable DKIM via commandline: Syntax # /usr/local/cpanel/bin/dkim_keys_install $username Replace $username with the actual cPanel username. The above commands will help you to enable email authentications […]

See More

Perl error while running weblogs on the server

Error : error: List::Util object version 1.14 does not match bootstrap parameter 1.18 at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm line 92 Solution: If you are getting perl error while running /scripts/runweblogs do as follows : 1) Check the perl version on the server using following command Perl -v 2)  If you are getting following error while running runweblogs script […]

See More