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