Skip to content
Snippets Groups Projects
Commit f936e1d1 authored by Lars Beckers's avatar Lars Beckers
Browse files

postfix/dovecot: disable tls-level compression

parent 7921b993
No related branches found
No related tags found
1 merge request!11Postfix TLS-Improvements
...@@ -81,4 +81,4 @@ ssl_prefer_server_ciphers = {{ 'yes' if dovecot_tls_prefer_server_ciphers else ' ...@@ -81,4 +81,4 @@ ssl_prefer_server_ciphers = {{ 'yes' if dovecot_tls_prefer_server_ciphers else '
# SSL extra options. Currently supported options are: # SSL extra options. Currently supported options are:
# no_compression - Disable compression. # no_compression - Disable compression.
#ssl_options = ssl_options = no_compression
...@@ -76,6 +76,7 @@ tls_medium_cipherlist = {{ postfix_tls_medium_cipherlist }} ...@@ -76,6 +76,7 @@ tls_medium_cipherlist = {{ postfix_tls_medium_cipherlist }}
{% if postfix_tls_dh_file %} {% if postfix_tls_dh_file %}
smtpd_tls_dh1024_param_file = /etc/postfix/dh.pem smtpd_tls_dh1024_param_file = /etc/postfix/dh.pem
{% endif %} {% endif %}
tls_ssl_options = NO_COMPRESSION
{% endif %} {% endif %}
alias_maps = cdb:/etc/aliases alias_maps = cdb:/etc/aliases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment