Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0429
1 # Exim test configuration 0429
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 queue_only
10
11 # ----- Routers -----
12
13 begin routers
14
15 r1:
16   driver = accept
17   transport = t1
18
19 # ----- Transports -----
20
21 begin transports
22
23 t1:
24   driver = smtp
25   hosts = 127.0.0.1
26   port = PORT_S
27   hosts_try_fastopen =  :
28   allow_localhost
29   hosts_avoid_esmtp = 127.0.0.1
30
31 # End