Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0527
1 # Exim test configuration 0527
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = check_rcpt
10
11
12 # ----- ACLs -----
13
14 begin acl
15
16 check_rcpt:
17   accept  verify = sender/callout
18
19
20 # ----- Routers -----
21
22 begin routers
23
24 r1:
25   driver = manualroute
26   route_list = * "<= 127.0.0.1:PORT_S"
27   self = send
28   verify_only
29
30
31 # End