Dan Bernstein is qmail's author.
The qmail server is the best MTA available.
It's modular and secure, it uses it's own system library replacements to avoid
buffer overflow exploits.
Think of qmail, and the extensions available for it, as a toolbox of components
to assemble into an efficient mail server that will fit any need.
If you're not that creative, you probably should use
Postfix instead.
Links:
Online man pages:
Searchable mailing list archives, ordered by descending degree of completeness:
Downloadable mailing list archives in mbox format:
box@hostcontrol/rcpthosts.qmail-smtpd.openssl and sslserver for pop3s.
Notes:
The POP server that
comes with qmail is capable, but not secure.
All usernames, passwords and messages are sent in snoopable plain text.
I prefer using
sslserver, a
tcpserver
replacement, to encrypt communications.
It assumes that you will be using gcc, here is a simple
patch
that converts it to cc syntax.
Your POP clients should now SSL connect to port 995.
If you use an editor, remove each ? and the EOF, and
remove the \ before each $.
Notes:
A simple patch is needed for
the install on a single CPU Mac OS X Panther 10.3 or Tiger 10.4 machine.
Please read this
note
if you are using Mac OS X Tiger 10.4.
Xcode Tools must be installed, see
Apple Developer Connection.
A dual CPU machine will crash under high load.
CHUD is a custom install option with Xcode Tools, it gives you a
Hardware.prefPane to disable the second CPU.
You run nireport to see the assigned gids and uids, choose unique
ones for qmail.
Changing mailq to qmailctl queue in
/etc/periodic/daily/500.daily changes from Postfix to qmail.
Installing daemontools creates /etc/rc.local, it's not consulted
during startup and can be removed.
Using SetFile makes ~/Maildir/ invisible to the
Finder, this is optional.
Verify your install with
inst_check, v2003-11-10 will show alias errors due to the
passwd format.
Fix that by changing the 6 to a 9 in line 241.
The /usr/sbin/sendmail binary exists,
/usr/lib/sendmail doesn't.
If you use an editor, remove each ? and the EOF, and
remove the \ before each ` and $.
If your dynamic IP qmail server is being rejected, the qmail-remote[-fallback] patches route otherwise undeliverable messages through your ISP.
Eben Pratt