dovecot: Use $ssl::ciphersuites::default_ciphersuites for Dovecot TLS connections.
This commit is contained in:
parent
d86c744776
commit
d1762388df
2 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,8 @@ class dovecot::common {
|
|||
#
|
||||
class dovecot::server inherits dovecot::common {
|
||||
|
||||
include ssl::ciphersuites
|
||||
|
||||
if ! $dovecot_mailbox_format {
|
||||
$dovecot_mailbox_format = "mbox"
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@ ssl_key = <<%= scope.lookupvar('ssl::private') %>/dovecot.key
|
|||
<% if @dovecot_ssl_ca -%>
|
||||
ssl_ca = <<%= scope.lookupvar('ssl::certs') %>/dovecot.ca.crt
|
||||
<% end -%>
|
||||
ssl_cipher_list = <%= scope.lookupvar('ssl::ciphersuites::default_ciphersuites') %>
|
||||
<% if @dovecot_mailbox_format && @dovecot_mailbox_format == "mdbox" -%>
|
||||
|
||||
# mdbox settings
|
||||
|
|
Loading…
Add table
Reference in a new issue