summaryrefslogtreecommitdiff
path: root/test/confs/0360
blob: f2f87c26f9329431190437cacb86d8ffb9353317 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
# Exim test configuration 0360

.include DIR/aux-var/std_conf_prefix


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

qualify_domain = test.ex


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

begin routers

v0:
  driver = accept
  local_parts = postmaster
  verify_only

r1:
  driver = dnslookup
  domains = !test.ex
  widen_domains = test.ex
  transport = t1

r2:
  driver = redirect
  allow_defer
  data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.aliases}}
  errors_to = postmaster@test.ex


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

begin transports

t1:
  driver = smtp
  hosts_try_fastopen =	:


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

begin retry

*   *   F,3s,1s; G,1h,2s,2

# End