Monthly Archives: July 2011

Building a perl module without cpan.

So you need to install a perl module on your server, but don’t want to use cpan. There are a few reasons to do this. Maybe you just want to locally store a copy and not actually install it server … Continue reading

Posted in Linux Guides | Leave a comment

Thaw all frozen messages on Exim.

Sometimes even the best mail server will end up with thousands of frozen messages. Maybe you have a busy business and someone did something to a local account that caused this to happen. How do we thaw these messages for … Continue reading

Posted in E-Mail & SMTP Guides | Leave a comment

Enhanced Logging Options for Exim MTA

So you have Exim setup but your logs are looking pretty useless. Maybe you have a spammer on the server and you can’t come close to figuring out the source. Most exim configurations by default have very limited logging enabled … Continue reading

Posted in E-Mail & SMTP Guides | Leave a comment

Basic Exim Commands & Management

The Exim MTA is used by many LAMP setups for mailing needs. cPanel, DirectAdmin and many other panels use it by default. This guide will contain useful Exim tools, configurations and general knowledge. There will also be discussion of Exim … Continue reading

Posted in E-Mail & SMTP Guides | Leave a comment

It’s summer and we’re taking it slow.

So we had about a 10 day break between tutorial posts. Unfortunately it’s that time of the year and vacations are causing gaps in new posts. We’re sure you’re enjoying your summer as well! Mix a drink, grab a beer … Continue reading

Posted in News | Leave a comment

List cPanel Users’ Disk Space Quotas & Usage

What does the current disk usage of your users look like? You could check cPanel, but I recommend using the shell as much as possible to save yourself time. This simple script will show you all the information you need … Continue reading

Posted in cPanel Guides | Leave a comment