Guard loadable module vars with LOOKUP_MODULE_DIR.
[exim.git] / test / confs / 5201
CommitLineData
afda344b
PH
1# Exim test configuration 5201
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13qualify_domain = test.ex
14
15system_filter = DIR/aux-fixed/TESTNUM.filter
16move_frozen_messages
17
18
19# ----- Routers -----
20
21begin routers
22
23no_freeze:
24 driver = accept
25 local_parts = notfrozen
26 retry_use_local_part
27 transport = local_delivery
28
29freeze_all:
30 driver = queryprogram
31 retry_use_local_part
32 command = /bin/echo freeze forced freeze
33 command_user = CALLER
34
35
36# ----- Transports -----
37
38begin transports
39
40local_delivery:
41 driver = appendfile
42 file = DIR/test-mail/$local_part
43 user = CALLER
44
45
46# ----- Retry -----
47
48
49begin retry
50
51* * F,5d,1d
52
53
54# End