Hi, Seeing the following warnings:
warning postfix/tlsproxy warning: TLS server role is disabled with tlsproxy_tls_security_level or tlsproxy_use_tls This is on a server where I'm intentionally disabling TLS for smtpd, but not for smtp, and it looks like this is happening when an outbound SMTP connection is established with TLS. Am I doing something stupid here, or is this a spurious warning (only smtpd settings are checked, here <https://github.com/vdukhovni/postfix/blob/69e7544da6594591ddbe36fbd914d66b21ffe7b9/postfix/src/tlsproxy/tlsproxy.c#L1596> ). for completeness, this is 3.10.4 with the following settings: # postconf -n | egrep '(smtpd?|tls)_' smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt smtp_tls_connection_reuse = yes smtp_tls_security_level = may smtpd_discard_ehlo_keywords = dsn, silent-discard smtpd_helo_required = yes
_______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
