fix(postfix): Disable unauthenticated relaying of mails in postfix-ox

This commit is contained in:
Thomas Kaltenbrunner
2025-04-23 15:45:11 +02:00
committed by Thorsten Roßner
parent 3d80c7e2b1
commit 7414f05005
3 changed files with 3 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ postfix:
{{- end }}
rspamdHost: ""
relayHost: {{ if .Values.smtp.host }}{{ printf "[%s]:%d" .Values.smtp.host .Values.smtp.port | quote }}{{ else }}""{{ end }}
relayNets: {{ join " " .Values.cluster.networking.cidr | quote }}
allowRelayNets: false
smtpSASLAuthEnable: "yes"
smtpSASLPasswordMaps: "lmdb:/etc/postfix/sasl_passwd.map"
smtpTLSSecurityLevel: "encrypt"