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