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