Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / test / confs / 0077
1 # Exim test configuration 0077
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 domainlist local_domains = test.ex : myhost.test.ex
10 acl_smtp_rcpt = check_recipient
11
12
13 # ------ ACL ------
14
15 begin acl
16
17 check_recipient:
18   deny    hosts = ! @ : ! localhost
19   accept  domains = +local_domains
20   deny    message = relay not permitted
21
22
23 # End