Are you running spamdyke? If so, rbls are controlled by spamdyke and not rblsmtpd.

Are you running a caching nameserver? (What's in your /etc/resolv.conf)? If so, is it working properly? If not (and you probably should be), is the DNS you're using as a resolver working properly?
(Use 'dig' command to track down DNS resolver problems.)

HTH

Gmail User wrote:
At some point something got f'ed up in my qmail-toaster setup. I
started receiving tons of spam and it was obvious that rblsmtpd was
not doing. I cannot account for when it actually happened, however am
looking for ideas to troubleshoot the setup in the most expedient
manner. Of particular interest to me is why testing rblsmtpd from
commandline as such

env TCPREMOTEIP=127.0.0.2 rblsmtpd -r zen.spamhaus.org echo hello

returns only "hello"

Also, recordio set in my smtp/run file records no conversation with
DNSBL, even though greyd conversation is recorded and greyd is working
great.

Any ideas on how to troubleshoot this without re-installing the toaster?


Thanks,

Ed

The config file is below:

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0
GREYD="/var/qmail/bin/qmail-greyd"

exec /usr/bin/softlimit -m 12000000 \
    /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
    -u "$QMAILDUID" -g "$NOFILESGID" 0 25 \
/usr/bin/recordio \
    $GREYD $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1


tcp.smtp is:

127.:allow,RELAYCLIENT="",RBLSMTPD="",DKSIGN="/var/qmail/control/domainkeys/%/private"
--server ip 
removed--:allow,RELAYCLIENT="",RBLSMTPD="",DKSIGN="/var/qmail/control/domainkeys/%/private"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",GREY="",CHKUSER_RCPTLIMIT="100",CHKUSER_WRONGRCPTLIMIT="20",MAXCONNIP="5",MAXCONNC="10",DIEMSG="Service
temporarily unavailable, please try again later."

---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!


--
-Eric 'shubes'


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]


Reply via email to