Enable LDAP
This commit is contained in:
parent
b6df106387
commit
a38390c678
9 changed files with 127 additions and 45 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue