> -----Original Message-----
> From: Wil Hatfield - HVHM Customer Care [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 2 April 2003 10:09 AM
> To: [EMAIL PROTECTED]
> Subject: [vchkpw] RBL Problems
> 
> 
> Can anybody see anything wrong with the following? The 
> funny thing is is that the RBL works on one machine but
> not another. And we are using them exactly the same with
> of course the exception of the hostname.  
> 
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> 
> exec /usr/local/bin/softlimit -m 2000000 \
> /usr/local/bin/tcpserver \
>   -H -l thismachineshostname.com \
>   -v -x /sites/home/vpopmail/etc/tcp.smtp.cdb \
>   -c 100 -R -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
> /usr/local/bin/rblsmtpd -b -C \
>   -r 'relays.ordb.org:Some message goes here' \
> /var/qmail/bin/qmail-smtpd 2>&1


The syntax :

  -r 'relays.ordb.org:Some message goes here' 

requires that you patch ucspi-tcp with the patch :

  http://www.qmail.org/ucspi-rss.diff 

Maybe the 2nd machine hasn't got this patch applied?

> Also.... what do I have to add here to get the reverse 
> name lookup processing to work?

Try removing the line :

  -H -l thismachineshostname.com \

Michael.


Reply via email to