Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0392
1 # Exim test configuration 0392
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 = accept
17   transport = t1
18   no_address_test
19
20 r2:
21   driver = accept
22   transport = t2
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 t1:
30   driver = smtp
31   hosts_try_fastopen =  :
32
33 t2:
34   driver = smtp
35   hosts_try_fastopen =  :
36
37
38 # End