From 6ea253fae6aaa4684ab42174b251028542c2fd7e Mon Sep 17 00:00:00 2001 From: Keval Kapdee Date: Fri, 3 Nov 2023 16:28:39 +0000 Subject: [PATCH] Ensure auth_mechanism change is done last --- target/dovecot/10-auth.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/dovecot/10-auth.conf b/target/dovecot/10-auth.conf index 59e0e14f..260832fb 100644 --- a/target/dovecot/10-auth.conf +++ b/target/dovecot/10-auth.conf @@ -121,9 +121,9 @@ auth_mechanisms = plain login #!include auth-system.conf.ext #!include auth-sql.conf.ext -#!include auth-oauth2.conf.ext #!include auth-ldap.conf.ext !include auth-passwdfile.inc +#!include auth-oauth2.conf.ext #!include auth-checkpassword.conf.ext #!include auth-vpopmail.conf.ext #!include auth-static.conf.ext