fix(open-xchange): Don't enable sasl auth when no relay host is set

This commit is contained in:
Thomas Kaltenbrunner
2025-10-01 21:24:18 +02:00
committed by Tom Kaltenbrunner
parent c4279d11bb
commit ff3b221870
3 changed files with 3 additions and 5 deletions

View File

@@ -63,10 +63,9 @@ postfix:
value: {{ .Values.smtp.username }}
password:
value: {{ .Values.smtp.password }}
smtpSASLAuthEnable: "yes"
{{- end }}
allowRelayNets: false
smtpSASLAuthEnable: "yes"
smtpSASLPasswordMaps: "lmdb:/etc/postfix/sasl_passwd.map"
smtpTLSSecurityLevel: "encrypt"
smtpdSASLAuthEnable: "yes"
smtpdSASLSecurityOptions: "noanonymous"