PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 0419
CommitLineData
afda344b
PH
1# Exim test configuration 0419
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8primary_hostname = mail.test.ex
9qualify_domain = test.ex
10
11domainlist local_domains = !mxt13.test.ex : !other1.test.ex : *.test.ex
12hosts_treat_as_local = +local_domains
13
14
15# ----- Routers -----
16
17begin routers
18
19dnslookup:
20 driver = dnslookup
21 domains = ! +local_domains
22 transport = smtp
23
24# ----- Transports -----
25
26begin transports
27
28smtp:
29 driver = smtp
30
31
32# End