From 976a6f650d983faa3dd36165b10d1a030be33b6d Mon Sep 17 00:00:00 2001
From: Lars Beckers <lars.beckers@rwth-aachen.de>
Date: Sun, 26 Jan 2020 19:17:13 +0100
Subject: [PATCH] postfix: enable outgoing tls deliveries

---
 postfix/templates/main.cf.j2 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/postfix/templates/main.cf.j2 b/postfix/templates/main.cf.j2
index 6afd5c3..e0185e3 100644
--- a/postfix/templates/main.cf.j2
+++ b/postfix/templates/main.cf.j2
@@ -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 }}
-- 
GitLab