debug oauth
This commit is contained in:
parent
9f9e9a5ddf
commit
a1e846b5cd
@ -1,4 +1,4 @@
|
||||
auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@"}}
|
||||
auth_username_format = %Lu
|
||||
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain"}}
|
||||
auth_username_format = %n
|
||||
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login"}}
|
||||
!include auth-oauth2.conf.ext
|
||||
|
@ -1,6 +1,6 @@
|
||||
passdb {
|
||||
driver = oauth2
|
||||
mechanisms = plain
|
||||
mechanisms = plain login
|
||||
args = /etc/dovecot/dovecot-oauth2.conf.ext
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user