diff --git a/target/dovecot/auth-oauth2.conf.ext b/target/dovecot/auth-oauth2.conf.ext index 826ec20d..6096d1e4 100644 --- a/target/dovecot/auth-oauth2.conf.ext +++ b/target/dovecot/auth-oauth2.conf.ext @@ -5,8 +5,3 @@ passdb { mechanisms = xoauth2 oauthbearer args = /etc/dovecot/dovecot-oauth2.conf.ext } - -userdb { - driver = static - args = uid=docker gid=docker home=/var/mail/%d/%u/home/ -}