Email notifications silently failing with Postfix 3.7+
TLS mismatch between Mattermost SMTP client and Postfix 3.7+ causes email notifications to fail without any error in the Mattermost logs.
Resolutions (1)
high confidence 23 verified
Set smtpd_tls_mandatory_protocols in Postfix main.cf:
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
smtpd_tls_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
Then in Mattermost, set SMTP security to STARTTLS.
Applies to: 9.2, 9.3 on docker