On Wed, 23 Feb 2000 14:49:11 -0500 (EST) , [EMAIL PROTECTED] writes:
> > /usr/local/bin/tcpserver -x/etc/tcp.smtp.cdb -u 1003 -g 1002 0 25 \
> > /usr/local/bin/rblsmtpd /usr/local/bin/rblsmtpd -b -rdul.maps.vix.com \
> > /usr/local/bin/rblsmtpd -b -rrelays.mail-abuse.org \
> > /var/qmail/bin/qmail-smtpd &
> > 
> > <snip irrelevent qmail-popup stuff>
> > 
> > secondly, wouldn't it work to just put something like this in
> > /etc/tcp.smtp: 
> > 
> > open.relay.ip:allow,RELAYCLIENT=""

rblsmtpd doesn't respect RELAYCLIENT.  In other words, it will
still hijack the connection if RELAYCLIENT is set.

To get rblsmtpd out of the way, do:

open.relay.ip:allow,RBLSMTPD=""

This will let open.relay.ip deliver to you, but not relay through
you.  If, for some reason, you want them to be able to relay through
you, just append ',RELAYCLIENT=""' to the above line as usual.

-- 
Chris Mikkelson  |  It was mentioned on CNN that the prime number
[EMAIL PROTECTED] |  discovered recently is four times bigger than
                    the previous record.  -- unknown

Reply via email to