11 lines
200 B
Cheetah
11 lines
200 B
Cheetah
|
passdb {
|
||
|
driver = oauth2
|
||
|
mechanisms = xoauth2 oauthbearer
|
||
|
args = /etc/dovecot/dovecot-oauth2.conf.ext
|
||
|
}
|
||
|
|
||
|
userdb {
|
||
|
driver = static
|
||
|
args = uid=vmail gid=vmail home=/var/lib/vmail/mail/%d/%n
|
||
|
}
|