From 2eca3c36f27f39866db520893e361f61a534d311 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 5 Dec 2019 12:12:18 +0000 Subject: [PATCH] Adding tls for outbound and inbound email --- roles/shell/files/etc/postfix/main.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/shell/files/etc/postfix/main.cf b/roles/shell/files/etc/postfix/main.cf index 91c04de..335d1d3 100644 --- a/roles/shell/files/etc/postfix/main.cf +++ b/roles/shell/files/etc/postfix/main.cf @@ -16,6 +16,7 @@ smtpd_tls_key_file=/etc/letsencrypt/live/thunix.net-0001/privkey.pem smtpd_use_tls=yes smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache +smtp_tls_security_level = may # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for # information on enabling SSL in the smtp client.