Allow relative file names in .include lines (Closes 1971)
[exim.git] / test / confs / 0108
CommitLineData
afda344b
PH
1# Exim test configuration 0108
2
4fab92fb
HSHR
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8acl_smtp_rcpt = check_recipient
9acl_smtp_data = check_message
10
11domainlist local_domains = test.ex
12qualify_domain = test.ex
13
14remote_sort_domains = black.com:myhost.com:other.edu
15
16
17# ----- Routers -----
18
19begin routers
20
21remote:
22 driver = manualroute
23 domains = ! +local_domains
24 route_list = * ten-1.test.ex byname
25 transport = smtp
26 no_more
27
28
29# ----- Transports -----
30
31begin transports
32
33smtp:
34 driver = smtp
35
36
37# End