Sebastian Hugentobler
f45cab5235
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m0s
18 lines
369 B
Cheetah
18 lines
369 B
Cheetah
passdb {
|
|
driver = oauth2
|
|
mechanisms = oauthbearer xoauth2
|
|
args = /etc/dovecot/dovecot-oauth2.token.conf.ext
|
|
}
|
|
|
|
passdb {
|
|
driver = oauth2
|
|
mechanisms = plain login
|
|
args = /etc/dovecot/dovecot-oauth2.plain.conf.ext
|
|
}
|
|
|
|
userdb {
|
|
driver = sql
|
|
args = /etc/dovecot/dovecot-sql.userdb.conf.ext
|
|
default_fields = uid=vmail gid=vmail home=/var/lib/vmail/mail/%u
|
|
}
|