From f34f27e02baaedb3d5a6d6c24dd4b3ab23329e14 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 23 Oct 2025 19:56:22 +0200 Subject: [PATCH] fix --- deployment/deploy-yml.tmpl | 2 +- exim.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/deploy-yml.tmpl b/deployment/deploy-yml.tmpl index 8cb7cc3..04b9b20 100644 --- a/deployment/deploy-yml.tmpl +++ b/deployment/deploy-yml.tmpl @@ -33,7 +33,7 @@ spec: protocol: TCP volumeMounts: - name: exim-config - mountPath: /tmp/exim + mountPath: /etc/exim/db readOnly: true volumes: - name: exim-config diff --git a/exim.conf b/exim.conf index 0fce905..7746866 100644 --- a/exim.conf +++ b/exim.conf @@ -1,4 +1,4 @@ -domainlist forward_domains = lsearch;/etc/exim/forward_domains +domainlist forward_domains = lsearch;/etc/exim/db/forward_domains tls_advertise_hosts = * @@ -53,7 +53,7 @@ begin routers forward_aliases: driver = redirect domains = +forward_domains - data = ${lookup{$local_part@$domain}lsearch{/etc/exim/forward_addresses}} + data = ${lookup{$local_part@$domain}lsearch{/etc/exim/db/forward_addresses}} no_expn allow_defer allow_fail