diff --git a/roles/mail_server/templates/dovecot-ldap.conf.ext.j2 b/roles/mail_server/templates/dovecot-ldap.conf.ext.j2 index 712727e1b9988ed00d14aff066cf7a93bb776003..6089decab2001f8b023b2f632f8d7d170149f9c6 100644 --- a/roles/mail_server/templates/dovecot-ldap.conf.ext.j2 +++ b/roles/mail_server/templates/dovecot-ldap.conf.ext.j2 @@ -2,7 +2,7 @@ uris = {{ mail_ldap_url }} dn = cn=dovecot,ou=services,{{ mail_ldap_base_dn }} dnpass = {{ mail_ldap_dovecot_password }} tls = yes -tls_ca_cert_file = {{ mail_ldap_tls_truststore }} +tls_ca_cert_file = /etc/ssl/certs/mail_ldap_tls_truststore.pem tls_require_cert = demand auth_bind = yes base = ou=people,{{ mail_ldap_base_dn }}