Files @ 298c0dbe1698
Branch filter:

Location: majic-ansible-roles/roles/mail_server/templates/dovecot-ldap.conf.ext.j2

branko
MAR-4: Updated documentation for the mail server role, adding information about rsync installation, set-up of chroot for Postfix, and the smtp_allow_relay_from option. Updated mail_server role implementation, fixing rsync command for deploying the truststore to preserve truststore permissions and adding support for specifying networks from which unauthenticated relaying should be allowed.
uris = {{ mail_ldap_url }}
dn = cn=dovecot,ou=services,{{ mail_ldap_root_dn }}
dnpass = {{ mail_ldap_dovecot_password }}
tls = yes
tls_ca_cert_file = {{ mail_ldap_tls_truststore }}
tls_require_cert = demand
auth_bind = yes
base = ou=people,{{ mail_ldap_root_dn }}
scope = onelevel
user_filter = (&(objectClass=inetOrgPerson)(mail=%u)(memberOf=cn=mail,ou=groups,{{ mail_ldap_root_dn }}))
pass_attrs = mail=user,userPassword=password
pass_filter = (&(objectClass=inetOrgPerson)(mail=%u)(memberOf=cn=mail,ou=groups,{{ mail_ldap_root_dn }}))
iterate_attrs = mail=user
iterate_filter = (memberOf=cn=mail,ou=groups,{{ mail_ldap_root_dn }})
default_pass_scheme = SSHA
user_attrs =