15 lines
241 B
Cheetah
15 lines
241 B
Cheetah
passdb {
|
|
driver = ldap
|
|
args = /etc/dovecot/dovecot-ldap.conf.ext
|
|
}
|
|
|
|
passdb {
|
|
driver = lua
|
|
args = file=/etc/dovecot/app-password-lookup.lua
|
|
}
|
|
|
|
userdb {
|
|
driver = static
|
|
args = uid=vmail gid=vmail home=/var/lib/vmail/mail/%d/%n
|
|
}
|