Category Archives: Mail

Debugging high Roundcube server load

Recently I’ve been attempting to fix a problem with high load on a server that is dedicated to serving Roundcube Webmail. The load issue appeared after migrating users off Squirrelmail and onto Roundcube. The symptoms are: high load average and … Continue reading

Posted in Mail, Web Serving | Tagged , | 2 Comments

Debugging Exim with a fake SMTP session

When you’re modifying your Exim configuration, for example setting up spam filtering, virus scanning or DNS blacklisting, it’s common practice to connect to Exim over telnet to see whether your new configuration works as expected. While this works well, you … Continue reading

Posted in Mail, Tips | Tagged | Leave a comment

Choosing a good DNS blacklist

SANS has a good article on choosing a DNS blacklist. It’s very important that you pick your blacklists carefully. I’ve seen some business Exchange servers hosted on DSL lines that use some fairly restrictive DNS blacklists with the result being … Continue reading

Posted in Mail, Tips | Leave a comment

Multiple identities in Apple Mail.app

After trying to figure out how to set up multiple identities using only one account in Apple Mail.app and failing, I found this tip that explains how to do it.

Posted in Mail, Tips | Leave a comment

MTA comparison

shearer.org has a MTA comparison that you might find useful if you’re wondering what MTA to use on your server. I’ve used Postfix and Sendmail before and I much prefer Exim for a variety of reasons. If you use Debian, … Continue reading

Posted in Mail | Leave a comment

Exim DNS blacklist HOWTO

I’m assuming that you’re using Debian Etch and also that you’re using the split Exim configuration. If you’re not using the split configuration or you aren’t sure which configuration you’re using, follow the instructions but make all the edits in … Continue reading

Posted in Mail | 2 Comments

Mail server survey

O’Reilly has a good article about a recent MTA survey. Open source MTA’s still account for a large percentage of all the MTA’s found.

Posted in Mail | Leave a comment

Procmail, Dovecot and Maildir

If you’re using Dovecot as your POP3/IMAP server and want to use Procmail to filter your mail into different Maildir folders, unless you set up your .procmailrc variables exactly right, Dovecot will have problems with it. For an explanation, see … Continue reading

Posted in Mail | Leave a comment

Making Exim and ClamAV play nicely

It’s fairly easy to get Exim and ClamAV to work together, but there are are couple of gotchas. I’m assuming that you’re using Debian (I used Debian Etch). First, install ClamAV: apt-get install clamav clamav-daemon Then uncomment and edit the … Continue reading

Posted in Mail | 1 Comment

Spamassassin and trusted networks tip

I set up a new mail server yesterday and used SA-Exim in conjuntion with Exim to deal with processing the mail. However I noticed from the mail headers in my emails that Spamassassin thought all my mail was coming from … Continue reading

Posted in Mail, Tips | Leave a comment