From 2c10e1b2ca8247a71e7b0f1e2ec10545d4a1f076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tilman=20L=C3=BCttje?= Date: Mon, 13 Oct 2025 15:49:35 +0200 Subject: [PATCH] set empty auth mechanism explicitly --- helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl index 40fb4999..11fb25b4 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -259,6 +259,7 @@ appsuite: # Mailfilter com.openexchange.mail.filter.passwordSource: global com.openexchange.mail.filter.masterPassword: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }} + com.openexchange.mail.filter.preferredSaslMech: "" propertiesFiles: /opt/open-xchange/etc/masterpassword-authentication.properties: com.openexchange.authentication.masterpassword.password: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }}