Domain: shupp.org
Stories and comments across the archive that link to shupp.org.
Comments · 7
-
The patches make it still worthwhile
Bill Shupp's patch plus Matt Simerson's Mail-Toaster Perl-library still make a difference.
With postfix or sendmail, you've got to write all the provisioning-tools yourself, but qmail+vpopmail+qmailadmin delivers something out-of-the-box.
http://www.shupp.org/
http://mail-toaster.org/ -
Some ideas for qmail
This page might have some ideas.. Also see this page for a howto on setting up the mail server.
-
Some ideas for qmail
This page might have some ideas.. Also see this page for a howto on setting up the mail server.
-
Re:Qmail!!I have to agree with QMail, I've seen it scale nicely - but not on one machine. You would really need a large cluster of machines - Perhaps the following:
- 4-5 core machines all running heartbeat, and DRDBD or NFS
- Then several Machines for POP, IMAP, and Webmail (NFS the maildirs)
- Then several SMTP servers.Something similar, but greatly scaled, like this: http://shupp.org/maps/ispcluster.html
-
Re:qmailShort Answer: No, but other people do.
Long Answer: The concern is the misdirected bounce. By default and in accordance with the RFC, qmail bounces messages it accepts then later decides it can't deliver back to the sender. Spammers use false return addresses, so you end up bouncing spam back to innocent third parties. When used with naive spam-filtering techniques, this can be a problem i.e. qmail accepts the message, but a spam filter rejects it, and it is bounced. Here's what SpamCop.net has to say about it:
Qmail: Qmail is one popular mail exchanger which suffers from this problem by default. If you use qmail, please apply a patch: spamcontrol or qmail-ldap.
Everything anti-spam is done by people other than djb. I love qmail, but it really isn't the easiest server to set up for spam control. One needs about a dozen patches to get it working right.There is also an experimental patch for qmail which allows you to send bounces, but isolate them on a different IP address (so that spamcop can block them without blocking other mail): Richard Lyons BOUNCEQUEUE patch
PZInternet.com reports chkuser is a very good qmail patch to avoid misdirected bounces - very easy to install too! http://www.interazioni.it/opensource/chkuser/
For users of qmail-toasters, check out the simscan patch
-
Re:A complete solution - the FreeBSD toaster
For a Linux based toaster, check out Bill Shupp's Toaster which is based on Matt Simersons. The virtual domain support is indeed wicked cool, using Vpopmail.
-
qmailThis is just too easy.
Building a Linux Qmail Toaster
Same thing, but with FreeBSD (more scalable, in my experience)
have fun