On 11/12/2010 09:05 AM, Per Jessen wrote:
I'm trying to setup an SMTP service on port 587, TLS required,
authentication in plaintext allowed.
What I can't understand is the following:
with smtpd_tls_security_level=encrypt, the SMTP server does not offer
any AUTH options.
Correct.
smtpd_tls_security_options=encrypt mandates encryption.
No further communication will take place before TLS is established.
With smtpd_tls_security_level=may, I get what I
want:
250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5
That only seems so to you.
You need encrypt if you want mandatory TLS.
--
J.