From 4171a2fcc13a5739e944a5f0058f032aa59345b6 Mon Sep 17 00:00:00 2001 From: Viktor Pracht Date: Thu, 8 May 2025 19:32:06 +0200 Subject: [PATCH] fix(open-xchange): Use login name instead of email between OX and Dovecot --- helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl index bea4c25a..5cdf6fb1 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -325,7 +325,7 @@ appsuite: com.openexchange.oidc.passwordGrantUserNamePart: "local-part" # MAIL com.openexchange.mail.authType: "xoauth2" - com.openexchange.mail.loginSource: "mail" + com.openexchange.mail.loginSource: "name" com.openexchange.mail.mailServer: "dovecot" com.openexchange.mail.mailServerSource: "global" com.openexchange.mail.transport.authType: "xoauth2"