Log deferred deliveries for transport max_parallel
[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
14host_lookup_order = bydns
15primary_hostname = myhost.test.ex
afda344b
PH
16spool_directory = DIR/spool
17log_file_path = DIR/spool/log/%slog
18gecos_pattern = ""
19gecos_name = CALLER_NAME
20trusted_users = CALLER
21
22# ----- Main settings -----
23
24FOOBAR .include DIR/aux-fixed/TESTNUM.FOO
afda344b 25RT
145396a6 26INC
afda344b
PH
27
28remote_sort_domains = a:b:c
29
30local_interfaces = 127.0.0.1 : \
31 .include DIR/aux-fixed/TESTNUM.inc3
32 HOSTIPV4
33
34# End