Enable LDAP

This commit is contained in:
Morre 2020-07-12 17:13:36 +02:00
parent b6df106387
commit a38390c678
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
9 changed files with 127 additions and 45 deletions

View file

@ -73,6 +73,12 @@ dict {
#expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext
}
# Specifies the user and group id. As we use virtual mailboxes, this is set to
# the vmail user and group
mail_uid = {{ vmail_user.uid }}
mail_gid = {{ vmail_group.gid }}
# Most of the actual configuration gets included below. The filenames are
# first sorted by their ASCII value and parsed in that order. The 00-prefixes
# in filenames are intended to make it easier to understand the ordering.