From 634983a6cbe80451c3a6b7cb5e076b85953ecdcd Mon Sep 17 00:00:00 2001 From: Keval Kapdee Date: Fri, 3 Nov 2023 16:29:11 +0000 Subject: [PATCH] Remove userdb to force underlying --- target/dovecot/auth-oauth2.conf.ext | 5 ----- 1 file changed, 5 deletions(-) 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/ -}