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
1
Merged
Lars Beckers
requested to merge
ext-3
into
master
5 years ago
Overview
0
Commits
4
Pipelines
3
Changes
1
0
0
Merge request reports
Viewing commit
976a6f65
Prev
Next
Show latest version
1 file
+
2
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
976a6f65
postfix: enable outgoing tls deliveries
· 976a6f65
Lars Beckers
authored
5 years ago
postfix/templates/main.cf.j2
+
2
−
0
View file @ 976a6f65
Edit in single-file editor
Open in Web IDE
Show full file
@@ -47,6 +47,8 @@ smtpd_relay_restrictions =
@@ -47,6 +47,8 @@ smtpd_relay_restrictions =
defer_unauth_destination
defer_unauth_destination
smtpd_use_tls = yes
smtpd_use_tls = yes
smtp_tls_security_level = may
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
smtpd_tls_security_level = may
smtpd_tls_security_level = may
smtpd_tls_auth_only = yes
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = {{ postfix_tls_cert }}
smtpd_tls_cert_file = {{ postfix_tls_cert }}
Loading