set empty auth mechanism explicitly

This commit is contained in:
Tilman Lüttje
2025-10-13 15:49:35 +02:00
parent 533eba85fd
commit 2c10e1b2ca

View File

@@ -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 }}