Testsuite: fix 0903
[exim.git] / test / confs / 0207
1 # Exim test configuration 0207
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 domainlist local_domains = test.ex
10 timeout_frozen_after = 1s
11 queue_run_in_order
12
13
14 # ----- Routers -----
15
16 begin routers
17
18 freeze:
19 driver = redirect
20 allow_defer
21 data = bad address
22 local_parts = freeze
23 retry_use_local_part
24
25
26 # ----- Retry -----
27
28
29 begin retry
30
31 * * F,1s,1s
32
33
34 # End