Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
communication
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
communication
Merge requests
!11
Postfix TLS-Improvements
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Postfix TLS-Improvements
ext-3
into
master
Overview
0
Commits
4
Pipelines
3
Changes
2
Merged
Postfix TLS-Improvements
Lars Beckers
requested to merge
ext-3
into
master
Jan 29, 2020
Overview
0
Commits
4
Pipelines
3
Changes
2
0
0
Merge request reports
Viewing commit
f936e1d1
Prev
Next
Show latest version
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
f936e1d1
postfix/dovecot: disable tls-level compression
· f936e1d1
Lars Beckers
authored
Jan 26, 2020
dovecot/templates/conf.d/10-ssl.conf.j2
+
1
−
1
View file @ f936e1d1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
Loading