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