summaryrefslogtreecommitdiff
path: root/test/confs/0302
blob: 81aadbba16a16491badffed1224a7b64c74d1840 (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
35
# Exim test configuration 0302

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

log_selector = +delivery_size
queue_only


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

begin routers

r1:
  driver = redirect
  local_parts = ^defer
  allow_defer
  data = :defer: forced defer
  retry_use_local_part

r2:
  driver = redirect
  data = :blackhole:


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

begin retry

* * F,1d,10m

# End