On Fri, Aug 29, 2003 at 03:43:28PM +0200, Alexander Zimmerer wrote: > 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.
why a second qmail-smtpd? In the qmail-ldap Makefile is a option: # TLS (SMTP encryption) in qmail-smtpd and qmail-remote, see TLS.readme # You need OpenSSL for this # use -DTLS_REMOTE to enable tls support in qmail-remote # use -DTLS_SMTPD to enable tls support in qmail-smtpd # use -DTLSDEBUG to enable additional tls debug information in # qmail-remote TLS=-DTLS_SMTPD With this you have STARTTLS in qmail-smtpd. HTH, -- Oskar
