Allow relative file names in .include lines (Closes 1971)
[exim.git] / test / confs / 0259
... / ...
CommitLineData
1# Exim test configuration 0259
2
3.include DIR/aux-var/std_conf_prefix
4
5rfc1413_query_timeout = 5s
6primary_hostname = myhost.test.ex
7
8# ----- Main settings -----
9
10qualify_domain = test.ex
11
12
13begin routers
14
15all:
16 driver = manualroute
17 domains = ! test.ex
18 route_list = * 127.0.0.1 byname
19 self = send
20 transport = smtp
21 no_more
22
23
24begin transports
25
26smtp:
27 driver = smtp
28 port = PORT_S
29
30
31begin retry
32
33* * F,5d,10s
34
35# End