fix(postfix): Add recipient delimiter support

This commit is contained in:
Thomas Kaltenbrunner
2025-03-10 23:17:14 +01:00
parent 6723a34c22
commit f92b76b2b2
3 changed files with 6 additions and 3 deletions

View File

@@ -83,8 +83,11 @@ postfix:
smtpdMilters: "inet:clamav-simple:7357"
{{- end }}
{{- end }}
# Only deliver mail to Dovecot, if it is available
{{- if .Values.apps.oxAppSuite.enabled }}
virtualMailboxDomains: {{ if .Values.global.additionalMailDomains }}{{ printf "%s,%s" (.Values.global.mailDomain | default .Values.global.domain) .Values.global.additionalMailDomains }}{{ else }}{{ .Values.global.mailDomain | default .Values.global.domain | quote }}{{ end }}
virtualTransport: "lmtps:dovecot:24"
{{- end }}
podAnnotations: {}