10 lines
161 B
Cheetah
10 lines
161 B
Cheetah
|
passdb {
|
||
|
driver = ldap
|
||
|
args = /etc/dovecot/dovecot-ldap.conf.ext
|
||
|
}
|
||
|
|
||
|
userdb {
|
||
|
driver = static
|
||
|
args = uid=vmail gid=vmail home=/var/lib/vmail/mail/%d/%n
|
||
|
}
|