remove debuging config
This commit is contained in:
parent
e65967abcf
commit
c147ac4700
5 changed files with 22 additions and 12 deletions
|
@ -2,6 +2,3 @@ auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopq
|
|||
auth_username_format = %n
|
||||
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login oauthbearer xoauth2"}}
|
||||
!include auth-oauth2.conf.ext
|
||||
auth_verbose = yes
|
||||
auth_debug = yes
|
||||
auth_debug_passwords = yes
|
||||
|
|
|
@ -10,11 +10,6 @@ passdb {
|
|||
args = /etc/dovecot/dovecot-oauth2.plain.conf.ext
|
||||
}
|
||||
|
||||
#userdb {
|
||||
# driver = static
|
||||
# args = uid=vmail gid=vmail username_format=%n home=/var/lib/vmail/mail/%n
|
||||
#}
|
||||
|
||||
userdb {
|
||||
driver = lua
|
||||
args = file=/etc/dovecot/oauth2-userdb.lua blocking=yes
|
||||
|
|
|
@ -7,4 +7,3 @@ username_attribute = username
|
|||
tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt
|
||||
use_grant_password = yes
|
||||
pass_attrs = host=127.0.0.1 proxy=y proxy_mech=xoauth2 pass=%{oauth2:access_token}
|
||||
debug = yes
|
||||
|
|
|
@ -7,6 +7,4 @@ username_attribute = username
|
|||
tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt
|
||||
use_grant_password = no
|
||||
pass_attrs = pass=%{oauth2:access_token}
|
||||
debug = yes
|
||||
username_format = %n
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue