mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(open-xchange): Use masterpassword for mailfilter in migration Pods; use PLAIN instead of OAuth for SASL
This commit is contained in:
committed by
Thorsten Roßner
parent
c1012f4e65
commit
484dfafe64
@@ -256,6 +256,10 @@ appsuite:
|
|||||||
open-xchange-authentication-masterpassword: "enabled"
|
open-xchange-authentication-masterpassword: "enabled"
|
||||||
properties:
|
properties:
|
||||||
com.openexchange.calendar.allowOrganizerPartStatChanges: "true"
|
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:
|
propertiesFiles:
|
||||||
/opt/open-xchange/etc/masterpassword-authentication.properties:
|
/opt/open-xchange/etc/masterpassword-authentication.properties:
|
||||||
com.openexchange.authentication.masterpassword.password: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }}
|
com.openexchange.authentication.masterpassword.password: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }}
|
||||||
|
|||||||
Reference in New Issue
Block a user