Fix dkim_verify_signers option. Bug 2366
[exim.git] / test / confs / 5202
CommitLineData
afda344b
PH
1# Exim test configuration 5202
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9
10system_filter = DIR/aux-fixed/TESTNUM.filter
11move_frozen_messages
12split_spool_directory
13
14
15# ----- Routers -----
16
17begin routers
18
19freeze_all:
20 driver = queryprogram
21 retry_use_local_part
22 command = /bin/echo freeze forced freeze
23 command_user = CALLER
24
25
26# ----- Retry -----
27
28
29begin retry
30
31* * F,5d,1d
32
33
34# End