debug oauth
This commit is contained in:
parent
423f22ebf9
commit
f025269477
@ -2,17 +2,15 @@ passdb {
|
|||||||
driver = oauth2
|
driver = oauth2
|
||||||
mechanisms = oauthbearer xoauth2
|
mechanisms = oauthbearer xoauth2
|
||||||
args = /etc/dovecot/dovecot-oauth2.token.conf.ext
|
args = /etc/dovecot/dovecot-oauth2.token.conf.ext
|
||||||
skip = never
|
|
||||||
}
|
}
|
||||||
|
|
||||||
passdb {
|
passdb {
|
||||||
driver = oauth2
|
driver = oauth2
|
||||||
mechanisms = plain login
|
mechanisms = plain login
|
||||||
args = /etc/dovecot/dovecot-oauth2.plain.conf.ext
|
args = /etc/dovecot/dovecot-oauth2.plain.conf.ext
|
||||||
skip = never
|
|
||||||
}
|
}
|
||||||
|
|
||||||
userdb {
|
userdb {
|
||||||
driver = static
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user