Testsuite: unbreak testcase
[exim.git] / test / confs / 1005
1 # Exim test configuration 1005
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 dns_ipv4_lookup = eximtesthost.ipv6.test.ex
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 lookuphost:
16 driver = manualroute
17 route_list = * $domain byname
18 self = send
19 transport = smtp
20
21 # ----- Transports -----
22
23 begin transports
24
25 smtp:
26 driver = smtp
27 port = PORT_S
28 hosts_try_fastopen = :
29
30
31 # End