Posts tagged ‘qmail’

15 posts; newest first

Using qmail extension addresses with vpopmail

qmail qmail

Quite often, I’ll hand out a qmail extension address (i.e. roger-foo@domain.com) so that I can more easily filter email received to this account. This is useful. According to the vpopmail documentation, the --enable-qmail-ext switch to configure is supposed to turn this on. Unfortunately, it doesn’t appear to do anything. This is with vpopmail-5.4.0. I’m not entirely sure what it’s supposed to, but it doesn’t make extension addresses work.

» read more

Installing BincIMAP

qmail qmail

Another of my requirements is that my email should be accessible using IMAP. I’ve had a quick look at Courier IMAP, and (IMO) it’s a bit oversized for my needs. So, I’m going to install BincIMAP instead. I grabbed the 1.2.7beta5 tarball and unpacked it in /usr/local/src.

» read more

Removing exim and installing qmail

qmail qmail

The first thing to do is to remove exim. Because of Debian’s package management system, you can’t remove exim without installing another package that provides mail-transfer-agent. Because qmail isn’t available as a binary Debian package, this is a little trickier than it needs to be. The answer to this conundrum is in the equivs package, so we install that:

» read more