Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
infra
ansible-shared
communication
Commits
f936e1d1
Commit
f936e1d1
authored
Jan 26, 2020
by
Lars Beckers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
postfix/dovecot: disable tls-level compression
parent
7921b993
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
dovecot/templates/conf.d/10-ssl.conf.j2
dovecot/templates/conf.d/10-ssl.conf.j2
+1
-1
postfix/templates/main.cf.j2
postfix/templates/main.cf.j2
+1
-0
No files found.
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
Markdown
is supported
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