diff --git a/roles/mail_server/templates/ldap-virtual-alias-maps.cf.j2 b/roles/mail_server/templates/ldap-virtual-alias-maps.cf.j2 index 6b674715d83b0cbf4ae86bea47b7459eba2b6a96..9f4705ed19d67e3d4366fa55686ffefaa7b82a8f 100644 --- a/roles/mail_server/templates/ldap-virtual-alias-maps.cf.j2 +++ b/roles/mail_server/templates/ldap-virtual-alias-maps.cf.j2 @@ -2,7 +2,7 @@ server_host = {{ mail_ldap_url }} start_tls = yes tls_require_cert = yes -tls_ca_cert_file = {{ mail_ldap_tls_truststore }} +tls_ca_cert_file = /etc/ssl/certs/mail_ldap_tls_truststore.pem bind = yes bind_dn = cn=postfix,ou=services,{{ mail_ldap_base_dn }} bind_pw = {{ mail_ldap_postfix_password }}