Skip to content
Snippets Groups Projects
Commit 976a6f65 authored by Lars Beckers's avatar Lars Beckers
Browse files

postfix: enable outgoing tls deliveries

parent 918512d7
No related branches found
No related tags found
1 merge request!11Postfix TLS-Improvements
......@@ -47,6 +47,8 @@ smtpd_relay_restrictions =
defer_unauth_destination
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_auth_only = yes
smtpd_tls_cert_file = {{ postfix_tls_cert }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment