Browse Source

remove mappings from ldap uid/gid to dovecot uid/gid

static_group_user_dovecot
Edoardo Putti 9 years ago
parent
commit
4ff74c8188
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      roles/dovecot/templates/dovecot-ldap.conf.ext.j2

+ 0
- 8
roles/dovecot/templates/dovecot-ldap.conf.ext.j2 View File

@ -31,11 +31,3 @@ scope = subtree
# ldap filter, return an entity that is a virtual mail account
user_filter = (&(objectClass=VirtualMailAccount)(mail=%n)(accountActive=TRUE)(delete=FALSE))
# to prevent the uid and gid mappings from the ldap object to
# dovecot mailbox, we map them to unused ldap fields
# the sytnax is: "ldap_attribute = dovecot_attribute"
# this is done because otherwise dovecot will deliver
# emails to the user directory instead of the maildir directory
# handled by the user postman
user_attrs = disablehomeDirectory=home,disableuidNumber=uid,disablegidNumber=gid

Loading…
Cancel
Save