Update templates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2021-01-03 20:17:39 +01:00
parent 72930cc161
commit 8e87df7a5e
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
3 changed files with 71 additions and 11 deletions

View file

@ -25,7 +25,7 @@ ssl_key = </etc/letsencrypt/live/{{ postfix_myhostname }}/privkey.pem
# followed by the matching CRL(s). (e.g. ssl_ca = </etc/pki/dovecot/certs/ca.pem)
ssl_ca = /etc/letsencrypt/live/{{ postfix_myhostname }}/chain.pem
# Require that CRL check succeeds for client certificates.
# Require that CRL check succeeds for peer certificates.
#ssl_require_crl = yes
# Directory and/or file for trusted SSL CA certificates. These are used only
@ -48,7 +48,7 @@ ssl_ca = /etc/letsencrypt/live/{{ postfix_myhostname }}/chain.pem
#ssl_dh_parameters_length = 1024
# SSL protocols to use
#ssl_protocols = !SSLv2
#ssl_protocols = !SSLv3
# SSL ciphers to use
#ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL
@ -58,3 +58,8 @@ ssl_ca = /etc/letsencrypt/live/{{ postfix_myhostname }}/chain.pem
# SSL crypto device to use, for valid values run "openssl engine"
#ssl_crypto_device =
# SSL extra options. Currently supported options are:
# no_compression - Disable compression.
# no_ticket - Disable SSL session tickets.
#ssl_options =