Not able to login to Horde?

Many times it happens that horde wont allow user to login to webmail.Try following command to fix the issue root@server[~]#/usr/local/cPanel/bin/checkperlmodulesroot@server[~]#/scripts/fullhorderesetroot@server[~]#myisamchk -r /var/lib/mysql/horde/horde_sessionhandler.MYI If still you have problem then check the ownership for session directory present in /var/cpanel/userhomes/cpanelhorde directory. root@server[~]#ll /var/cpanel/userhomes/cpanelhordedrwx–x–x 4 cpanelhorde cpanelhorde 4096 June 5 2012 ./drwx–x–x 7 root root 4096 Dec 17 01:48 […]

See More

How to Enable html view for horde?

Login to shell using root user and follow the following steps to enable HTML view of horde webmail.root@server[~]# vi /usr/local/cPanel/base/horde/imp/config/mime_drivers.phpSearch for the line—-/*** HTML driver settings*/$mime_drivers[‘imp’][‘html’][‘inline’] = false;—–and replace it with——–/*** HTML driver settings*/$mime_drivers[‘imp’][‘html’][‘inline’] = true;——–Save the changes and restart the following services.root@server[~]#service cpanel restartroot@server[~]#/scripts/restartsrv_courier

See More

Mysql error : Can’t create new tempfile: ‘*.TMD file

If you are getting error like Can’t create new tempfile: ‘tablesname.TMD file error while repairing corrupted database tables please try use following command to fix it.Solution : You need to just run below command on the shell.# myisamchk -r -f  tables.MYIThats all.

See More