sorry i have a bad habit of forgetting to reply to the list. response is below

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


Thanks for the -b switch tip. Here's my tcp.smtp and open-smtp

127.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
192.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"

and

192.168.1.2:allow,RELAYCLIENT="",RBLSMTPD="" 1046916390

I'm not really sure how open-smtp works.  I think I understand tcp.smtp
though; don't scan anything from localhost (127), just virus scan stuff
going out from the internal network (192), and everything else both virus
scan and spam scan.  I'm assuming my rblsmtpd isn't working because of
something with the RBLSMTPD variable.  But what??

Thanks



Reply via email to