Archive

Archive for August, 2009

How To Increase Maximum Emails per hour for a Domain

August 11th, 2009

We can increase the max emails per hour limit for a specific domain

vi /var/cpanel/maxemails
yourdomain.com=200

:wq (save & Quit)

Replace yourdomain.com with your own domain name.
Then run
/scripts/build_maxemails_config

Cpanel Basics

Blank Page On a Roundcube

August 11th, 2009
If Roundcube gives a blank page or any error please try the
below steps for a resolution.

Try following command
/usr/local/cpanel/bin/update-roundcube --force

if that did not help, make sure that

/usr/local/cpanel/3rdparty/bin/php and
/usr/local/cpanel/3rdparty/bin/php-cgi executable. otherwise do,

chmod 755 /usr/local/cpanel/3rdparty/bin/php-cgi
chmod 755 /usr/local/cpanel/3rdparty/bin/php
/scripts/makecpphp

if it is some database error, make sure that /tmp/mysql.sock is present.
If no, create symbolic link

ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock

Cpanel Basics