dovecot/rootfs/etc/confd/templates/auth-oauth2.conf.ext.tmpl

11 lines
186 B
Cheetah
Raw Normal View History

2021-08-22 20:45:28 +00:00
passdb {
driver = oauth2
2021-08-23 11:09:06 +00:00
mechanisms = plain
2021-08-22 20:45:28 +00:00
args = /etc/dovecot/dovecot-oauth2.conf.ext
}
userdb {
driver = static
args = uid=vmail gid=vmail home=/var/lib/vmail/mail/%d/%n
}