debug oauth

This commit is contained in:
Sebastian Hugentobler 2021-08-23 16:22:18 +02:00
parent 423f22ebf9
commit f025269477
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -2,17 +2,15 @@ passdb {
driver = oauth2
mechanisms = oauthbearer xoauth2
args = /etc/dovecot/dovecot-oauth2.token.conf.ext
skip = never
}
passdb {
driver = oauth2
mechanisms = plain login
args = /etc/dovecot/dovecot-oauth2.plain.conf.ext
skip = never
}
userdb {
driver = static
args = uid=vmail gid=vmail home=/var/lib/vmail/mail/%n
args = uid=vmail gid=vmail username_format=%n home=/var/lib/vmail/mail/%n
}