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