Changeset - f79cc0281c7c
[Not reviewed]
0 1 0
Branko Majic (branko) - 7 years ago 2017-02-11 23:39:06
branko@majic.rs
MAR-90: Fixed syntax for specifying TLS protocol in Dovecot configuration file.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/mail_server/templates/99-local.conf.j2
Show inline comments
 
@@ -31,7 +31,7 @@ service auth {
 
# TLS configuration.
 
ssl_cert = </etc/ssl/certs/{{ ansible_fqdn }}_imap.pem
 
ssl_key = </etc/ssl/private/{{ ansible_fqdn }}_imap.key
 
ssl_protocols = {{ mail_server_tls_protocols | join(',') }}
 
ssl_protocols = {{ mail_server_tls_protocols | join(' ') }}
 
ssl_cipher_list = {{ mail_server_tls_ciphers }}
 
ssl = required
 

	
0 comments (0 inline, 0 general)