Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0528
1 # Exim test configuration 0528
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 log_selector = +outgoing_port
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 r1:
17   driver = manualroute
18   route_list = * "<= 127.0.0.1:PORT_D = \
19                      127.0.0.1:PORT_D2 = \
20                      [127.0.0.1]:PORT_D3 = \
21                      [HOSTIPV4]:PORT_D4 = \
22                      [HOSTIPV4]:PORT_N"
23
24   fallback_hosts = <= 127.0.0.1:PORT_S = [HOSTIPV4]:PORT_D
25   self = send
26   transport = t1
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 t1:
34   driver = smtp
35   hosts_try_fastopen =  :
36   hosts_max_try = 20
37   allow_localhost
38
39
40 # ----- Retry -----
41
42 begin retry
43
44 * * F,1d,1d
45
46
47 # End