postfix: Wrong value for the chain cert.
This commit is contained in:
parent
b20d06b37f
commit
940d74debc
2 changed files with 2 additions and 2 deletions
|
@ -732,7 +732,7 @@ smtpd_sasl_security_options = noanonymous
|
|||
#
|
||||
smtpd_use_tls=yes
|
||||
<% if has_variable?("postfix_chain") -%>
|
||||
smtpd_tls_CAfile = <%= postfix_chain %>
|
||||
smtpd_tls_CAfile = <%= scope.lookupvar('ssl::certs') %>/postfix-chain.crt
|
||||
<% end -%>
|
||||
smtpd_tls_cert_file=<%= scope.lookupvar('ssl::certs') %>/postfix.crt
|
||||
smtpd_tls_key_file=<%= scope.lookupvar('ssl::private') %>/postfix.key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue