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