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`
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
/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
Also.... what do I
have to add here to get the reverse name lookup processing to
work?
Wil
