Adding tls for outbound and inbound email

This commit is contained in:
Ubergeek 2019-12-05 12:12:18 +00:00
parent 3fa4c99e84
commit 2eca3c36f2
1 changed files with 1 additions and 0 deletions

View File

@ -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.