Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0350
1 # Exim test configuration 0350
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 r1:
16   driver = manualroute
17   ignore_target_hosts = ${if eq{$host_address}{V4NET.12.3.1}{$host_address}{}}
18   route_list = * 1.2.3.4:other2.test.ex
19   transport = t1
20
21
22 # ----- Transports -----
23
24 begin transports
25
26 t1:
27   driver = smtp
28   hosts_try_fastopen =  :
29
30 # End