testcase
[exim.git] / test / confs / 0290
CommitLineData
afda344b
PH
1# Exim test configuration 0290
2
3FOOBAR=
4FOO=inc1
5BAR=.include "DIR/aux-fixed/TESTNUM.inc2"
6RT = receive_timeout = 1s
145396a6 7INC=
afda344b
PH
8
9C1=#
10C2=#
11C1C2 this should be a comment
12
13exim_path = EXIM_PATH
bc3c7bb7 14keep_environment =
afda344b
PH
15host_lookup_order = bydns
16primary_hostname = myhost.test.ex
afda344b
PH
17spool_directory = DIR/spool
18log_file_path = DIR/spool/log/%slog
19gecos_pattern = ""
20gecos_name = CALLER_NAME
23f3dc67 21tls_advertise_hosts =
afda344b
PH
22trusted_users = CALLER
23
24# ----- Main settings -----
25
26FOOBAR .include DIR/aux-fixed/TESTNUM.FOO
afda344b 27RT
145396a6 28INC
afda344b
PH
29
30remote_sort_domains = a:b:c
31
32local_interfaces = 127.0.0.1 : \
33 .include DIR/aux-fixed/TESTNUM.inc3
34 HOSTIPV4
35
36# End