Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0442
1 # Exim test configuration 0442
2
3 BAD=
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 #                       ACL CONFIGURATION                            #
16 #         Specifies access control lists for incoming SMTP mail      #
17 ######################################################################
18
19 .include DIR/aux-fixed/TESTNUM.acl
20
21
22 ######################################################################
23 #                      ROUTERS CONFIGURATION                         #
24 #               Specifies how addresses are handled                  #
25 ######################################################################
26
27 .include        DIR/aux-fixed/TESTNUM.routers
28
29
30 ######################################################################
31 #                      TRANSPORTS CONFIGURATION                      #
32 ######################################################################
33
34 .include_if_exists DIR/aux-fixed/TESTNUM.transports
35
36 .include_if_exists      /junk/not/exist
37
38 BAD
39
40
41 # End