Skip to content

Commit 26d0a1f

Browse files
Merge pull request hestiacp#942 from ioannidesalex/patch-20
Fix exim environment
2 parents d2e1d71 + f2d6a62 commit 26d0a1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/ubuntu/16.04/exim/exim4.conf.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
#SPAM_SCORE = 50
99
#CLAMD = yes
1010

11+
add_environment = <; PATH=/bin:/usr/bin
12+
keep_environment =
1113
disable_ipv6 = true
14+
1215
domainlist local_domains = dsearch;/etc/exim4/domains/
1316
domainlist relay_to_domains = dsearch;/etc/exim4/domains/
1417
hostlist relay_from_hosts = 127.0.0.1

0 commit comments

Comments
 (0)