Internal Server Error “cPanel user” is over quota.

To resolve above error refer following steps. root@server[~]#cd /var/cPanel/overquota/ root@server [/var/cpanel/overquota]#ll | grep your_cpanel_user_name Once you found out file for your cPanel user name either remove the file or rename it like cpanel_user_name-back etc. And now browse your webmail but make sure that you have increased disk space for your domain if its really exceeded. […]

See More

Exim : retry time not reached for any host after a long failure period

The issue is because of the corrupted exim db files. Goto /var/spool/exim/db and delete files: retry , retry.lockfile , wait-remote_smtp, wait-remote_smtp.lockfile /etc/init.d/exim restart it should resolve your issue

See More

How to enable InnoDB engine in MySql ?

1) Check whether InnoDB is enabled on the server. To check login to shell as root and go to mysql prompt. i) root@server [~]#mysql ii) mysql> show engines; Search for InnoDB and check whether it is Enabled or Disabled. iii) mysql> quit 2) Now if it is disabled and to make it enabled on the […]

See More