On Mon, 22 Feb 2016 21:13:24 +0000 Viktor Dukhovni <postfix-us...@dukhovni.org> wrote:
> On Mon, Feb 22, 2016 at 10:07:51PM +0100, morbi...@rx900.org wrote: > > > Problem is that connections to 465 (with ssl/tls) appears in the logs > > identical to 25 (with ssl/tls) > > so that would lead to a lot false positives, if i've understood correctly. > > Fix that. The relevant commented-out sample entries in master.cf are: > > #submission inet n - n - - smtpd > # -o syslog_name=postfix/submission > # -o smtpd_tls_security_level=encrypt > # -o smtpd_sasl_auth_enable=yes > # -o smtpd_reject_unlisted_recipient=no > # -o smtpd_client_restrictions=$mua_client_restrictions > # -o smtpd_helo_restrictions=$mua_helo_restrictions > # -o smtpd_sender_restrictions=$mua_sender_restrictions > # -o smtpd_recipient_restrictions= > # -o smtpd_relay_restrictions=permit_sasl_authenticated,reject > # -o milter_macro_daemon_name=ORIGINATING > #smtps inet n - n - - smtpd > # -o syslog_name=postfix/smtps > # -o smtpd_tls_wrappermode=yes > # -o smtpd_sasl_auth_enable=yes > # -o smtpd_reject_unlisted_recipient=no > # -o smtpd_client_restrictions=$mua_client_restrictions > # -o smtpd_helo_restrictions=$mua_helo_restrictions > # -o smtpd_sender_restrictions=$mua_sender_restrictions > # -o smtpd_recipient_restrictions= > # -o smtpd_relay_restrictions=permit_sasl_authenticated,reject > # -o milter_macro_daemon_name=ORIGINATING > > Note the "-o syslog_name" overrides. > > -- > Viktor. Got it. Thank you!