Bill Shupp writes:


Try the newer patch at shupp.org, version 0.5. I think that problem is solved.


Regards,

Bill


I have just installed the 0.5 version but it still does not work. Should I change the smtp running script?


#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 10000000 \
/usr/local/bin/tcpserver -H -R -v -l 0 \
-x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
/var/qmail/bin/qmail-smtpd ezrs.com \
/home/vpopmail/bin/vchkpw /bin/true 2>&1



Reply via email to