Set TLSv1.2 as minimal TLS version for dovecot

TLSv1 and TLSv1.1 are commonly opinioned as deprecated.
This commit is contained in:
Benjamin Asbach 2020-05-24 19:21:31 +02:00
parent 87e66046c1
commit 9b98746515
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ in
mail_access_groups = ${vmailGroupName}
ssl = required
ssl_min_protocol = TLSv1.2
service lmtp {
unix_listener dovecot-lmtp {