summaryrefslogtreecommitdiff
path: root/test/confs/1005
blob: 35767932d67c59f169dd7cd5424c55cf7098c35b (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 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


# End