On Wed, Mar 21, 2001 at 02:44:33PM -0800, Brad Dameron wrote:
>
> Anyone have a good example of using the tcpserver rblsmtpd with qmail?
/usr/local/bin/tcpserver -x/var/qmail/tcp.smtp.cdb -R -v -u82 -g81 0 smtp \
/usr/local/bin/rblsmtpd -r 'relays.mail-abuse.org:Open relay problem - see
<URL:http://www.mail-abuse.org/cgi-bin/nph-rss?query=%IP%>' \
-r dialups.mail-abuse.org -r blackholes.mail-abuse.org \
/var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd 2 &
> Please let me know what the best way to use the rblsmtpd program is.
Get the patch to use A records from www.qmail.org. It's called
ucspi-rss.diff . Apply it and rebuild ucspi-tcp. Use the above command
line (or something similar). Note that, for the relays.mail-abuse.org
list (also known as the RSS), you *must* follow the host name with a
colon and a text string, as above. The %IP% is replaced by the IP
address of the listed host.
> Thank you.
You're welcome. Hope that's helpful.
Tim