testcase
[exim.git] / test / confs / 0290
... / ...
CommitLineData
1# Exim test configuration 0290
2
3FOOBAR=
4FOO=inc1
5BAR=.include "DIR/aux-fixed/TESTNUM.inc2"
6RT = receive_timeout = 1s
7INC=
8
9C1=#
10C2=#
11C1C2 this should be a comment
12
13exim_path = EXIM_PATH
14keep_environment =
15host_lookup_order = bydns
16primary_hostname = myhost.test.ex
17spool_directory = DIR/spool
18log_file_path = DIR/spool/log/%slog
19gecos_pattern = ""
20gecos_name = CALLER_NAME
21tls_advertise_hosts =
22trusted_users = CALLER
23
24# ----- Main settings -----
25
26FOOBAR .include DIR/aux-fixed/TESTNUM.FOO
27RT
28INC
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