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.
Oooh, somehow I missed this part of the documentation, perhaps as I didn't thought of SSL when I read this the first time.
Now it works and I have this nice "with RC4-MD5 encrypted SMTP" in
the header. Thanks :-)
-- Alexander Zimmerer
