I am using vpopmail 5.3.8 and I patched qmail with Bill shupps big
qmail patch
And I can't get smtp-auth to work.. I get an error that the user name
and or 
Password is rejected.. This is my smtp start up script below.

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


Reply via email to