blob: 1477a1411a76f739f17c8b37e264a91e1b61c668 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
rblsmtpd is a generic tool to block mail from RBL-listed sites.
It works with any SMTP server that can run under tcpserver; in
particular, any version of qmail or sendmail. Turning it on is
easy: simply insert rblsmtpd in front of the real SMTP server in
your tcpserver invocation (or inetd.conf).
rblsmtpd supports anti-RBL lists for sites that want to skip RBL lookups
for preauthorized hosts. It also optionally pays attention to temporary
RBL lookup errors.
See http://maps.vix.com/rbl/ for more information about the RBL.
WWW: ftp://koobera.math.uic.edu/www/rblsmtpd.html
|