
Latest articles


Prevent the user “nobody” from sending mail
Solution Login to WHM, Click on the “Tweak Settings” link under “Server Setup”. Within the mail section is a check box with the heading: “Prevent …

Limit the number of emails a domain can send out per hour
Solution Click on the “Tweak Settings” link under “Server Setup”. Within the “Mail” section is a text box with the heading: “The maximum each domain …

Update to the latest version of exim
Solution In order to manually upgrade to the latest version of exim, you will have to ssh into the server and run the command: /scripts/eximup

How to Recover (“Undelete”) a File On a Linux Server
Data recovery in Linux can be challenging for several reasons. One major reason is that Linux does not have a built-in trash bin or recycle …

Enable the GD PHP Module in cPanel
Solution Log into your server via WHM/cPanel via url like ‘https://10.20.30.40:2086/’ Selecte ‘Update Apache’ under the ‘Software’ section of WHM on the left side near …

Compress cPanel domlogs
Solution Before setting up compression of your logs, you will want to have cpanel run the stats as often as possible. This is so you …

Force a message in sendmail’s mail queue to be delivered
Solution The command /usr/sbin/sendmail -q forces the queue to be sent. Use the command mailq to tell what’s stacked up in the queue.

Install a language pack in CPanel
Solution CPanel does not formally release any language packs. You will first have to find the language pack that you are wanting to install. This …

Fix the MYSQL ERROR: Client does not support authentication protocol
Solution This error is encountered by both scripts and applications, that are unable to use the new authentication protocol introduced by MySQL 4.1.x. The only …

Install Zend Optimizer on Cpanel server
Solution Login into the server via ssh and run the following command: root@cpdemo [~]# /scripts/installzendopt This will start an ncurses based installer. The defaults should …