Hello.
Yes, it works for me. Here is my settings:
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
export QMAILQUEUE
exec /usr/local/bin/softlimit -m 15000000 \
/usr/local/bin/tcpserver -c 100 -H -R -l 0 -v\
-x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /usr/local/bin/rblsmtpd
-rrelays.ordb.org -rsbl.spamhaus.org -rbl.spamcop.net -rdnsbl.njabl.org
\
/var/qmail/bin/qmail-smtpd domain.com \
/home/vpopmail/bin/vchkpw /bin/true 2>&1
It seems that you have spaces in -r, but I haven't.
Kind regards,
Vladimir.
> -----Original Message-----
> From: trevor [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 03, 2003 5:52 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [toaster] rblsmtpd...
>
>
>
>
> Bill Shupp wrote:
>
> > On Tuesday, September 30, 2003, at 12:25 PM, trevor wrote:
> >
> >> "Uh-oh, your SBL block is not working!"
> >>
> >>
> >> Here's the run in qmail-smtpd
> >>
> >> #!/bin/sh
> >> QMAILDUID=`id -u vpopmail`
> >> NOFILESGID=`id -g vpopmail`
> >> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> >> exec /usr/local/bin/softlimit -m 11000000 \
> >> /usr/local/bin/tcpserver -v -R -l 0 \
> >> -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
> >> -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
> >> /usr/local/bin/rblsmtpd -r bl.spamcop.net -r sbl.spamhaus.org \
> >> -r sbl.crynwr.com \
> >> /var/qmail/bin/qmail-smtpd nycartcollective.com \
> >> /home/vpopmail/bin/vchkpw /bin/true 2>&1
> >>
> >> Any idea why rblsmtpd isn't work?
> >
> >
> > Looks like your run script is setup correctly. I might recommend
> > using
> > the -b switch for a permanent error rather than temporary.
> That can
> > really cut down on the load of your smtp connections. But
> that will not
> > fix this problem.
> >
> > What is in your ~vpopmail/etc/tcp.smtp and open-smtp files?
> >
> > Bill
> >
>
>
> I still haven't figured this out... I'm pretty sure it might
> have to do
> with the RBLSMTPD variable in tcp.smtp. I've tried setting and
> unsetting it but it doesn't seem to make any difference. Anyone out
> there using qmail-scanner and rblsmtpd?
>
>