Skip to content
Snippets Groups Projects

Postfix TLS-Improvements

Merged Lars Beckers requested to merge ext-3 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -47,6 +47,8 @@ smtpd_relay_restrictions =
@@ -47,6 +47,8 @@ smtpd_relay_restrictions =
defer_unauth_destination
defer_unauth_destination
smtpd_use_tls = yes
smtpd_use_tls = yes
 
smtp_tls_security_level = may
 
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
smtpd_tls_security_level = may
smtpd_tls_security_level = may
smtpd_tls_auth_only = yes
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = {{ postfix_tls_cert }}
smtpd_tls_cert_file = {{ postfix_tls_cert }}
Loading