Expansions: new ${authresults {mch}} for an Authentication-Results header
[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