Allow relative file names in .include lines (Closes 1971)
[exim.git] / test / confs / 0290
... / ...
CommitLineData
1# Exim test configuration 0290
2
3FOOBAR=
4FOO=inc1
5BAR=.include "DIR/aux-fixed/TESTNUM.inc2"
6OPT = receive_timeout = 1s
7INC=
8
9C1=#
10C2=#
11C1C2 this should be a comment
12
13.include DIR/aux-var/std_conf_prefix
14
15trusted_users = CALLER
16primary_hostname = myhost.test.ex
17
18# ----- Main settings -----
19
20FOOBAR .include DIR/aux-fixed/TESTNUM.FOO
21OPT
22INC
23
24remote_sort_domains = a:b:c
25
26local_interfaces = 127.0.0.1 : \
27 .include DIR/aux-fixed/TESTNUM.inc3
28 HOSTIPV4
29
30# End