dovecot/rootfs/etc/confd/templates/auth-oauth2.conf.ext.tmpl
Sebastian Hugentobler f45cab5235
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m0s
use alpine packages, no longer need to compile ourselves
2024-04-26 14:55:30 +02:00

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
}