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

.include DIR/aux-var/std_conf_prefix


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


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

begin routers

domainlist:
  driver = manualroute
  route_list = \
    domain1                                ten-1.test.ex   byname;\
    lsearch;;DIR/aux-fixed/TESTNUM.routes  $value          bydns;\
    ^domain(3)                             ten-$1.test.ex  byname
  transport = smtp


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

begin transports

smtp:
  driver = smtp
  hosts_try_fastopen =	:

# End