Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
communication
Commits
f936e1d1
Commit
f936e1d1
authored
Jan 26, 2020
by
Lars Beckers
Browse files
postfix/dovecot: disable tls-level compression
parent
7921b993
Changes
2
Hide whitespace changes
Inline
Side-by-side
dovecot/templates/conf.d/10-ssl.conf.j2
View file @
f936e1d1
...
...
@@ -81,4 +81,4 @@ ssl_prefer_server_ciphers = {{ 'yes' if dovecot_tls_prefer_server_ciphers else '
# SSL extra options. Currently supported options are:
# no_compression - Disable compression.
#
ssl_options =
ssl_options =
no_compression
postfix/templates/main.cf.j2
View file @
f936e1d1
...
...
@@ -76,6 +76,7 @@ tls_medium_cipherlist = {{ postfix_tls_medium_cipherlist }}
{% if postfix_tls_dh_file %}
smtpd_tls_dh1024_param_file = /etc/postfix/dh.pem
{% endif %}
tls_ssl_options = NO_COMPRESSION
{% endif %}
alias_maps = cdb:/etc/aliases
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment