Merge branch 'multiqueue_336': Named queues
[exim.git] / test / confs / 5202
CommitLineData
afda344b
PH
1# Exim test configuration 5202
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14qualify_domain = test.ex
15
16system_filter = DIR/aux-fixed/TESTNUM.filter
17move_frozen_messages
18split_spool_directory
19
20
21# ----- Routers -----
22
23begin routers
24
25freeze_all:
26 driver = queryprogram
27 retry_use_local_part
28 command = /bin/echo freeze forced freeze
29 command_user = CALLER
30
31
32# ----- Retry -----
33
34
35begin retry
36
37* * F,5d,1d
38
39
40# End