Vladimir Kozlov wrote:

Hello.

Yes, it works for me. Here is my settings:

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
export QMAILQUEUE
exec /usr/local/bin/softlimit -m 15000000 \
    /usr/local/bin/tcpserver -c 100 -H -R -l 0 -v\
    -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
    -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /usr/local/bin/rblsmtpd
-rrelays.ordb.org -rsbl.spamhaus.org -rbl.spamcop.net -rdnsbl.njabl.org
\
    /var/qmail/bin/qmail-smtpd domain.com \
    /home/vpopmail/bin/vchkpw /bin/true 2>&1

It seems that you have spaces in -r, but I haven't.

Kind regards,

Vladimir.


No, I just tried with no spaces and still no luck. I'm not sure that matters anyway. What's in your tcp.smtp?






Reply via email to