47b2cec345967012b0943cd80d2dbe2eabbbbe49
[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 RT = receive_timeout = 1s
7 INC=
8
9 C1=#
10 C2=#
11 C1C2 this should be a comment
12
13 exim_path = EXIM_PATH
14 host_lookup_order = bydns
15 primary_hostname = myhost.test.ex
16 spool_directory = DIR/spool
17 log_file_path = DIR/spool/log/%slog
18 gecos_pattern = ""
19 gecos_name = CALLER_NAME
20 trusted_users = CALLER
21
22 # ----- Main settings -----
23
24 FOOBAR  .include DIR/aux-fixed/TESTNUM.FOO
25 RT
26 INC
27
28 remote_sort_domains = a:b:c
29
30 local_interfaces = 127.0.0.1 : \
31                    .include DIR/aux-fixed/TESTNUM.inc3
32                    HOSTIPV4
33
34 # End