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?



Reply via email to