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