This commit is contained in:
@@ -33,7 +33,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: exim-config
|
- name: exim-config
|
||||||
mountPath: /tmp/exim
|
mountPath: /etc/exim/db
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: exim-config
|
- name: exim-config
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
domainlist forward_domains = lsearch;/etc/exim/forward_domains
|
domainlist forward_domains = lsearch;/etc/exim/db/forward_domains
|
||||||
|
|
||||||
tls_advertise_hosts = *
|
tls_advertise_hosts = *
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@ begin routers
|
|||||||
forward_aliases:
|
forward_aliases:
|
||||||
driver = redirect
|
driver = redirect
|
||||||
domains = +forward_domains
|
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
|
no_expn
|
||||||
allow_defer
|
allow_defer
|
||||||
allow_fail
|
allow_fail
|
||||||
|
|||||||
Reference in New Issue
Block a user