postfix: Attempt a chain fix.
This commit is contained in:
parent
5f3e6c481c
commit
b20d06b37f
2 changed files with 18 additions and 0 deletions
|
@ -731,6 +731,9 @@ smtpd_sasl_security_options = noanonymous
|
|||
# TLS
|
||||
#
|
||||
smtpd_use_tls=yes
|
||||
<% if has_variable?("postfix_chain") -%>
|
||||
smtpd_tls_CAfile = <%= postfix_chain %>
|
||||
<% end -%>
|
||||
smtpd_tls_cert_file=<%= scope.lookupvar('ssl::certs') %>/postfix.crt
|
||||
smtpd_tls_key_file=<%= scope.lookupvar('ssl::private') %>/postfix.key
|
||||
smtpd_tls_received_header = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue