Andrea Riela wrote:
Hi folks,
I don't know why, but I couldn't send emails with ssl and smtp-auth.
I've installed netqmail-1.05 and the big patch, but when I try to send
emails, I see the password prompt but the correct pw doesn't work. Logs
without errors. what could I do?
My qmail-smtpd runscript is like that:
#!/bin/sh
#QMAILDUID=`/usr/bin/id -u vpopmail`
#NOFILESGID=`/usr/bin/id -g vchkpw`
#MAXSMTPD=`/bin/cat /var/qmail/control/concurrencyincoming`
#if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then
# echo QMAILDUID, NOFILESGID, or MAXSMTPD is unset in
# echo /var/qmail/supervise/qmail-smtpd/run
# exit 1
#fi
exec /usr/local/bin/softlimit -m 70000000 \
/usr/local/bin/tcpserver -v -R -h -l 0 -x
/home/vpopmail/etc/tcp.smtp.cdb -c 20 \
-u vpopmail -g vchkpw 0 25 \
/usr/local/bin/rblsmtpd -r list.dsbl.org <http://list.dsbl.org> -r
relays.ordb.org <http://relays.ordb.org> -r dul.dnsbl.sorbs.net
<http://dul.dnsbl.sorbs.net> -r dnsbl.njabl.org <http://dnsbl.njabl.org>
-r korea.services.net <http://korea.services.net>
/var/qmail/bin/qmail-smtpd \
/home/vpopmail/bin/vchkpw-noroaming /usr/bin/true 2>&1
While this may not affect your problem, you might use:
-u $QMAILUID -g $NOFILESGID
instead of:
-u vpopmail -g vchkpw
thanks for your support, any suggestion will be appreciated
Does vuserinfo show that the user has smtp access denied? You might try
testing qmail-smtpd/vchkpw from the command line with the base64 tool to
make sure that it works outside of tcpserver, etc. first.
Regards,
Bill