Merge branch 'master' into 4.next
[exim.git] / test / confs / 0077
CommitLineData
afda344b
PH
1# Exim test configuration 0077
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9domainlist local_domains = test.ex : myhost.test.ex
10acl_smtp_rcpt = check_recipient
11
12
13# ------ ACL ------
14
15begin acl
16
17check_recipient:
18 deny hosts = ! @ : ! localhost
19 accept domains = +local_domains
20 deny message = relay not permitted
21
22
23# End