remove debuging config

This commit is contained in:
Sebastian Hugentobler 2021-08-23 19:31:54 +02:00
parent e65967abcf
commit c147ac4700
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
5 changed files with 22 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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