Skip to content
Snippets Groups Projects

Buster Compat and Improved TLS Settings

Merged Lars Beckers requested to merge ext-2 into master
18 files
+ 204
12
Compare changes
  • Side-by-side
  • Inline
Files
18
+ 4
3
@@ -14,9 +14,10 @@ dovecot_max_uid: 0
dovecot_tls_cert: /etc/ssl/private/fullchain.pem
dovecot_tls_key: /etc/ssl/private/privkey.pem
dovecot_tls_ca_dir: /etc/ssl/certs
dovecot_tls_ciphers: "{{ tls_ciphers }}"
dovecot_tls_dh_length: 4096
dovecot_tls_protocols: 'TLSv1.1 TLSv1.2 !SSLv3'
# possible values: modern, intermediate, old, previous
# see also: https://ssl-config.mozilla.org/
dovecot_tls_configuration: 'previous'
dovecot_dsync: false
dovecot_dsync_tls: false
Loading