Allow relative file names in .include lines (Closes 1971)
[exim.git] / test / confs / 0419
1 # Exim test configuration 0419
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 primary_hostname = mail.test.ex
9 qualify_domain = test.ex
10
11 domainlist local_domains = !mxt13.test.ex : !other1.test.ex : *.test.ex
12 hosts_treat_as_local = +local_domains
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 dnslookup:
20 driver = dnslookup
21 domains = ! +local_domains
22 transport = smtp
23
24 # ----- Transports -----
25
26 begin transports
27
28 smtp:
29 driver = smtp
30
31
32 # End