Hai,
Im testing out my servers and i noticed the following telnet localhost 587 Trying ::1... Connected to localhost. Escape character is '^]'. 220 mail.mydomain.tld ESMTP Ready ehlo localhost 250-mail.mydomain.tld 250-PIPELINING 250-SIZE 15360000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN Im missing my 250-AUTH here after starttls. Or is this because the : "smtpd_tls_auth_only = yes" I cant figure out what i missed, of if by default if : "smtpd_tls_auth_only = yes". Is set no auth is offered? And is ETRN needed on the sasl auth? Postfix 2.11.x In having now in master.cf submission inet n - - - - smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_relay_restrictions=permit_sasl_authenticated,reject -o milter_macro_daemon_name=ORIGINATING and main.cf smtpd_sasl_auth_enable = yes smtpd_sasl_path = smtpd smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous Greetz, Louis