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
976a6f65
Commit
976a6f65
authored
Jan 26, 2020
by
Lars Beckers
Browse files
postfix: enable outgoing tls deliveries
parent
918512d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
postfix/templates/main.cf.j2
View file @
976a6f65
...
...
@@ -47,6 +47,8 @@ smtpd_relay_restrictions =
defer_unauth_destination
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_auth_only = yes
smtpd_tls_cert_file = {{ postfix_tls_cert }}
...
...
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