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