my sample smpt/run file as follows .. still not authentiating... #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 8000000 \ /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd \ /home/vpopmail/bin/vchkpw 2>&1
- Re: [vchkpw] reg::: smtp auth (?) girishg
- Re: [vchkpw] reg::: smtp auth (?) Paolo Losi