You are hereSMTP
SMTP
rblsmtpd message & ip patch
This is a patch against rblsmtpd from ucspi-tcp 0.88 that allows to set a $RBLMESSAGE environment variable (e.g. in /etc/tcp.smtp).
The content of the variable will be prepended to the string that is returned by querying the various DNSBLs.
This can be used e.g. to add contact info to the SMTP error message the sender receives.
qmail
I have made several patches for qmail.
Please see the links at the bottom of this page for more details.
qmail recipients extension
Erwin Hoffmann has written a recipients extension for qmail (see http://www.fehcom.de/qmail/qmail.html) and I contributed a generator script for the recipients database.
In the meantime my script has been improved by Frank Tegtmeyer and has been re-published on http://fte.tegtmeyer.net/djbware/recipients_addresses.html.
qmail-remote auth patch
http://www.ornl.gov/lists/mailing-lists/qmail/2002/03/msg00091.html
I made this patch because my ISP switched to AUTH LOGIN on his SMTP
relay. It is very quick'n'dirty and works only for AUTH LOGIN. I just
needed that. It is based on the non-working qmail-remote AUTH patch on
www.qmail.org/top.html and the qmail-smtpd auth patch from
http://members.elysium.pl/brush/qmail-smtpd-auth/. You need base64.c and
base64.h from that patch because my implementation uses the b64encode function
provided there.
It works for me, no guarantee...
