Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0186
1 # Exim test configuration 0186
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex
9 qualify_domain = test.ex
10
11 # ----- Routers -----
12
13 begin routers
14
15 domainlist:
16   driver = manualroute
17   domains = ! +local_domains
18   ignore_target_hosts = !V4NET.0.0.5 : V4NET.0.0.0/8
19   route_list = ten-5-6.test.ex $domain byname
20   transport = smtp
21
22 lookuphost:
23   driver = dnslookup
24   domains = ! +local_domains
25   ignore_target_hosts = ${if eq{$domain}{other2.test.ex}{V4NET.12.3.2}fail}
26   transport = smtp
27   no_more
28
29
30 # ----- Transports -----
31
32 begin transports
33
34 smtp:
35   driver = smtp
36   port = PORT_S
37   hosts_try_fastopen =  :
38
39
40 # End