summaryrefslogtreecommitdiff
path: root/test/confs/0613
blob: 617c6566302bf1afdbcf9d6d4a5cc14dda6784a6 (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
# Exim test configuration 0613
# manualroute, hosts_randomize and multiple recipients

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

mua_wrapper = true
log_selector = +received_recipients

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

begin routers

smarthost:
  driver = manualroute
  hosts_randomize = true
  route_list = * "</ ten-2.test.ex:15600 / ten-3.test.ex:15600"
  transport = remote_smtp
  no_more

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

begin transports

remote_smtp:
  driver = smtp
  hosts_try_fastopen =	:

# End