summaryrefslogtreecommitdiff
path: root/test/confs/0290
blob: 47b2cec345967012b0943cd80d2dbe2eabbbbe49 (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
31
32
33
34
# Exim test configuration 0290

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

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

exim_path = EXIM_PATH
host_lookup_order = bydns
primary_hostname = myhost.test.ex
spool_directory = DIR/spool
log_file_path = DIR/spool/log/%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
trusted_users = CALLER

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

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

remote_sort_domains = a:b:c

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

# End