From 484dfafe643e04a717e6bc3a8e6e6e6f5011c1c1 Mon Sep 17 00:00:00 2001 From: Viktor Pracht Date: Mon, 13 Oct 2025 12:54:15 +0200 Subject: [PATCH] fix(open-xchange): Use masterpassword for mailfilter in migration Pods; use PLAIN instead of OAuth for SASL --- helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl index f97a3c66..11fb25b4 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -256,6 +256,10 @@ appsuite: open-xchange-authentication-masterpassword: "enabled" properties: com.openexchange.calendar.allowOrganizerPartStatChanges: "true" + # 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 }}