fix(helmfile): When optional mail domain is set, use it as sender domain for system generated (noreply) mails

This commit is contained in:
Thomas Kaltenbrunner
2025-08-18 12:26:54 +02:00
committed by Thorsten Roßner
parent 997c083335
commit bd4c997950
7 changed files with 7 additions and 7 deletions

View File

@@ -570,7 +570,7 @@ appsuite:
bindDNPassword: {{ .Values.secrets.nubus.ldapSearch.ox | quote }}
bindOnly: "false"
/opt/open-xchange/etc/noreply.properties:
com.openexchange.noreply.address: "{{ .Values.smtp.localpartNoReply }}@{{ .Values.global.domain }}"
com.openexchange.noreply.address: "{{ .Values.smtp.localpartNoReply }}@{{ .Values.global.mailDomain | default .Values.global.domain }}"
com.openexchange.noreply.login: {{ printf "%s@%s" "opendesk-system" ( .Values.global.mailDomain | default .Values.global.domain ) }}
com.openexchange.noreply.password: {{ .Values.secrets.postfix.opendeskSystemPassword | quote }}
com.openexchange.noreply.server: "postfix"