Skip to content
Snippets Groups Projects

Buster Compat and Improved TLS Settings

Merged Lars Beckers requested to merge ext-2 into master
7 files
+ 82
7
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 4
2
@@ -6,8 +6,10 @@ postfix_virtual_domains: []
postfix_tls_cert: /etc/ssl/private/fullchain.pem
postfix_tls_key: /etc/ssl/private/privkey.pem
postfix_tls_ciphers: "{{ tls_ciphers }}"
postfix_tls_protocols: '!SSLv2 !SSLv3'
# possible values: modern, intermediate, old, previous
# see also: https://ssl-config.mozilla.org/
postfix_tls_configuration: 'previous'
postfix_prefer_lmtp: false
postfix_enable_memcached: false
Loading