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

Exim : retry time not reached for any host after a long failure period. The issue is because of the corrupted exim db files. Go to /var/spool/exim/db and delete files: retry , retry.lockfile , wait-remote_smtp, wait-remote_smtp.lockfile #cd /var/spool/exim/ #rm retry retry.lockfile wait-remote_smtp wait-remote_smtp.lockfile After that restart the exim service. #/etc/init.d/exim restart

» Read more

Unsuspending Bandwidth Limit Exceeded user/domain

Hello,If domain is giving the error of “Bandwidth Limit Exceeded” you can unsuspend it from WHM or terminal as well.From WHM :To bring the website back online or un-suspend the bandwidth exceed-er, use the optionWHM >> Account Functions >> Unsuspend Bandwidth Exceeders >> click “Proceed”.This will reset the bandwidth usage to zero for the account. To increase the bandwidth limit […]

» Read more

How to install BIND .

[Root @ example ~] # yum -y install BIND BIND-utilsIt is set assuming that the global address [192.16.0.80/29], private address [10.0.0.0/24], the following settings in the domain name, and [server.world]: Setting BIND. Please replace to suit your environment. (192.16.0.80/29 is actually the address for private)[Root @ example ~] # echo ‘OPTIONS = “-4″‘ >> / etc / sysconfig / named […]

» 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

WordPress : error_logs file does not generate the error logs

WordPress issue : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If plugin or theme is not compatible then sometimes site shows blank page and error_logs file does not generate the error logs, then need to enable the WP_DEBUG in wp-config.php file. After enabling this function, it will show an error on the site and it will find out which is the problem plugin or theme.Syntax : =================================define(‘WP_DEBUG’, true); — to […]

» Read more

Install LiteSpeed on Cpanel server .!!!

Following post discuss how to install Install LiteSpeed  on Cpanel server. Login to SSH on the server running cPanel.# cd /usr/locel/src# wget http://www.litespeedtech.com/packages/cpanel/lsws_whm_plugin_install.sh# chmod 700 lsws_whm_plugin_install.sh# ./lsws_whm_plugin_install.sh# rm -f lsws_whm_plugin_install.shRegister for 15days trial license:http://www.litespeedtech.com/trial/license* Login to WHM and click the ‘LiteSpeed Web Server’ button.* Click ‘Install LiteSpeed’ and let it run through the installation procedure.* Enter your license information & […]

» Read more
1 3 4 5 6