fix(services): Remove fqdn from dovecot in postfix

This commit is contained in:
Thomas Kaltenbrunner
2023-08-10 10:39:04 +00:00
parent b253b193a0
commit 2033c76d81
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ releases:
condition: "mariadb.enabled"
- name: "postfix"
chart: "postfix/postfix"
version: "1.8.0"
version: "1.13.0"
values:
- "values-postfix.yaml"
- "values-postfix.gotmpl"

View File

@@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0
---
image:
url: "{{ .Values.global.imageRegistry }}/{{ .Values.images.postfix.repository }}"
tag: "{{ .Values.images.postfix.tag }}"
digest: "{{ .Values.images.postfix.digest }}"
imagePullSecrets:
{{- range .Values.global.imagePullSecrets }}
@@ -24,7 +24,7 @@ postfix:
- "{{ .Values.smtp.host }} {{ .Values.smtp.username }}:{{ .Values.smtp.password }}"
relayHost: "[{{ .Values.smtp.host }}]:587"
relayNets: {{ .Values.cluster.networking.cidr }}
virtualTransport: "lmtps:dovecot.{{ .Release.Namespace }}.svc.{{ .Values.cluster.networking.domain }}:24"
virtualTransport: "lmtps:dovecot:24"
smtpdSASLPath: "inet:dovecot:3659"
{{- if .Values.clamavDistributed.enabled }}
smtpdMilters: "inet:clamav-milter:7357"