Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0343
1 # Exim test configuration 0343
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 all:
15   driver = accept
16   transport = remote_smtp
17
18
19 # ----- Transports -----
20
21 begin transports
22
23 remote_smtp:
24   driver = smtp
25   hosts = 127.0.0.1
26   allow_localhost
27   port = PORT_N
28   hosts_try_fastopen =  :
29
30
31 # ----- Retry -----
32
33
34 begin retry
35
36 * * F,5d,10m
37
38
39 # End