hi

has anyone gotten rblsmtpd to work alongside vckpw/vpopmail? I've tried a
number of run scripts from qmail-smtpd and none of them allow me to both
smtp-auth and rbl check.

here is the base run script that I'm working with:


#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
export QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"

exec /usr/local/bin/softlimit -m 8000000 \
    /usr/local/bin/tcpserver -H -R -v -l 0 \
    -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
    -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
    /usr/local/bin/rblsmtpd -r relays.ordb.org -r sbl.spamhaus.org \
    /var/qmail/bin/qmail-smtpd mail.******.com \
    /home/vpopmail/bin/vchkpw /bin/true 2>&1


tia for any help!

<-->
george donnelly - http://zettai.net/ - "We Love Newbies" :)
Zope Hosting - Dynamic Website Design - Search Engine Promotion
Yahoo, AIM: zettainet - ICQ: 51907738 - e:[EMAIL PROTECTED]


Reply via email to