summaryrefslogtreecommitdiff
path: root/test/confs/0594
blob: 981261206544b8b0aff1462ece737a061f61f6fb (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
# Exim test configuration 0594

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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



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

begin routers

r2:
  driver = redirect
  local_part_prefix = pipe-
  local_part_suffix = =*
  caseful_local_part = true
  data = |${substr_1:$local_part_suffix}
  pipe_transport = t2


# ----- Transports -----

begin transports

t2:
  driver = pipe
  user = CALLER
  batch_max = 10

# End