Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0554
1 # Exim test configuration 0554
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10 # ----- Routers -----
11
12 begin routers
13
14 r1:
15   driver = manualroute
16   route_list = * 127.0.0.1
17   transport = smtp
18   self = send
19
20
21 # ----- Transports -----
22
23 begin transports
24
25 smtp:
26   driver = smtp
27   port = PORT_S
28   hosts_try_fastopen = :
29
30 # ----- Retry -----
31
32 begin retry
33
34 * * F,10s,2s
35
36 # End