Add SPF and Domainkeys in cPanel

If you have a cPanel based server, adding an SPF record or domain keys entries for domains are so much easier than manually entering them.cPanel provides the following scripts/commands to help us through this task:# /usr/local/cpanel/bin/domain_keys_installer# /usr/local/cpanel/bin/spf_installerNote:: This would add the records for all domains under this cPanel account. Meaning for all Addon domains too.

» Read more

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 ../drwxr-x— 2 cpanelhorde cpanelhorde 4096 […]

» Read 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

» Read more

Magento – “Failed to mkdir” Error

 Magento – “Failed to mkdir” Error Many times when you try to install a new theme or application from “Magento Connect Manager” , you may encounter the error : ERROR: failed to mkdir To fix this issue follow the below steps : root@server[#] cd /home/username/public_html/downloader root@server[#] vi config.ini It will show something like this : preferred_state=stable use_custom_permissions_mode=1 mkdir_mode=0777 chmod_file_mode=0777 chmod_file_mode_executable=0777 […]

» Read more

syslogd status failed in WHM

Sometimes, you may face an issue related to syslogd showing down in service WHM >>  Main >> Server Status >> Service StatusThe issue can be resolved byChecking related RPM on server# rpm -q sysklogdIf its not installed, you can install it by# yum install sysklogdafter installation, you will have to restart the service by# /etc/init.d/syslog restartCheck the service in Service […]

» Read more

Fatal error: Unable to read 32654 bytes in /home/xxx/public_html/includes/functions.php on line 0

For zend encoded files, you may face following error Fatal error: Unable to read 32654 bytes in /home/xxx/public_html/includes/functions.php on line 0Its most probable the related files for the script are uploaded in ASCII mode, all encoded files must be uploaded in binary mode.01. You need to reupload all files in binary mode, or set the transfer mode to auto in […]

» Read more
1 25 26 27 28 29 31