summaryrefslogtreecommitdiff
path: root/test/confs/0206
blob: 7b3180dec589311e66e2f2ab3e15e0b39fcc497c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Exim test configuration 0206

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex


# ----- Main settings -----

ignore_bounce_errors_after = 4s
timeout_frozen_after = 10s
queue_run_in_order


# ----- Routers -----

begin routers

freeze:
  driver = redirect
  allow_defer
  data = bad address
  local_parts = freeze
  retry_use_local_part


# ----- Retry -----

begin retry

* * F,1s,1s


# End