RBLSMTP runs between tcpserver and qmail-smtpd. tcpserver catches and checks the connection against the cdb, then hands it to rblsmtpd, which checks it against the rbl list, then hands it to another rblsmtpd that checks it against another list, and finally hands it to qmail-smtpd to actually accept the connection. A quick little command to get ya going is: /usr/local/bin/tcpserver -x/etc/tcp.smtp.cdb -v -u90 -g90 0 smtp \ /usr/local/bin/rblsmtpd -b -r relays.mail-abuse.org \ /usr/local/bin/rblsmtpd -b /var/qmail/bin/qmail-smtpd & Note that they recently changed the format of the relays list, so if you use it make sure to patch rblsmtpd. -- Lowell Hamilton, Head of Network Operations Vista Voice and Data, Inc. - Phoenix, AZ (602) 385-4901 - www.vistavdi.com Mike Starke wrote: > > Has anyone used rblsmtpd with qmail/ucspi ? > > I have some limited experience with tcprules (setting > relay, and using as an alternative to tcpwrappers), > but I'm having a hard time understanding how to use > rblsmtpd. > > Bones please :-) > > Mike > mgcon@getnet.com > http://www.getnet.com/~mgcon > Phoenix, AZ > USA > > ________________________________________________ > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail. > > Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss