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

.include DIR/aux-var/std_conf_prefix


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

dns_ipv4_lookup = eximtesthost.ipv6.test.ex


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

begin routers

lookuphost:
  driver = manualroute
  route_list = * $domain byname
  self = send
  transport = smtp

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

begin transports

smtp:
  driver = smtp
  port = PORT_S
  hosts_try_fastopen =	:


# End