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