Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0045
1 # Exim test configuration 0045
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8
9 # ----- Routers -----
10
11 begin routers
12
13 lookuphost:
14   driver = dnslookup
15   transport = smtp
16
17
18 # ----- Transports -----
19
20 begin transports
21
22 smtp:
23   driver = smtp
24   hosts_try_fastopen =  :
25
26
27 # End