summaryrefslogtreecommitdiff
path: root/test/confs/0261
blob: 7b2b7a1a69dab19e2d9e3269ea156939291d6d72 (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
49
50
51
52
53
54
# Exim test configuration 0261

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

qualify_domain = test.ex
remote_max_parallel = 1

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

begin transports

remote_delivery:
  driver = smtp
  hosts = V4NET.0.0.1
  hosts_try_fastopen =	:

bad_return:
  driver = smtp
  hosts = V4NET.0.0.0
  hosts_try_fastopen =	:
  return_path = ${if

no_hosts:
  driver = smtp

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

begin routers

bad_return:
  driver = accept
  local_parts = bad.return : bad.return2
  transport = bad_return

no_hosts:
  driver = accept
  local_parts = no.hosts
  transport = no_hosts

good:
  driver = accept
  transport = remote_delivery

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

begin retry

* * F,5d,10s

# End