I'm running qmail-ldap with the smtp-auth patch from http://www.lifewithqmail.org/ldap.
Everythings works fine, but I'm not satisfied as the passwords for smtp-auth go through
the net unencrypted. I try to set up a second qmail-smtpd with the SSL/TSL tcpserver
(the patch available from the qmail-ldap homepage) on port 465 using the following
run script:
#!/bin/sh
#
exec \
softlimit -m 15000000 \
tcpserver -n /etc/courier/imapd.pem -s -x /etc/tcp.smtp.cdb -H -R -v -u 7770 -g 2108 0 465 \
/var/qmail/bin/qmail-smtpd /var/qmail/bin/auth_smtp /usr/bin/true 2>&1
Plain smtp-auth (without ssl encryption) on port 25 works, but when I try to send through
port 465 my client (Mozilla) never finishes sending (the "sending mail message" never
disapears).
Anybody there who knows this problem, has this setup running or knows my mistake?
Thanks for your replies.
-- Alexander Zimmerer
