summaryrefslogtreecommitdiff
path: root/test/confs/0290
blob: 5ccb8451f9bba7cadcd5cc388401f19f76665295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Exim test configuration 0290

FOOBAR=
FOO=inc1
BAR=.include "DIR/aux-fixed/TESTNUM.inc2"
OPT = receive_timeout = 1s
INC=

C1=#
C2=#
C1C2 this should be a comment

.include DIR/aux-var/std_conf_prefix

trusted_users = CALLER
primary_hostname = myhost.test.ex

# ----- Main settings -----

FOOBAR  .include DIR/aux-fixed/TESTNUM.FOO
OPT
INC

remote_sort_domains = a:b:c

local_interfaces = 127.0.0.1 : \
                   .include DIR/aux-fixed/TESTNUM.inc3
                   HOSTIPV4

# End