feat(helmfile): Add templating of smtp.spamMilter.*; it is strongly recommended to use this feature to address spam filtering and SPF / DKIM validation of incoming mails

This commit is contained in:
Thorsten Roßner
2025-12-05 08:08:06 +01:00
parent b507a044c1
commit c7b6fd0d61
3 changed files with 7 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ postfix:
{{- if .Values.apps.dkimpy.enabled }}
dkimpyHost: "opendesk-dkimpy-milter.{{ .Release.Namespace }}.svc.{{.Values.cluster.networking.domain }}:8892"
{{- end }}
rspamdHost: {{ .Values.spamMilterHost | quote }}
rspamdHost: "{{ .Values.smtp.spamMilter.host }}:{{ .Values.smtp.spamMilter.port }}"
minTLSVersion: "TLSv1.2"
smtpdTLSMandatoryCiphers: "medium"
{{- if .Values.smtp.host }}