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