Testsuite: unbreak testcase
[exim.git] / test / confs / 0065
CommitLineData
afda344b
PH
1# Exim test configuration 0065
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
9acl_smtp_rcpt = check_recipient
10domainlist local_domains = test.ex : myhost.ex
11domainlist relay_domains = test.ex
12hostlist relay_hosts = "1.2.3.4 : !1.2.3.0/24 : 1.2.0.0/16 : \
13 net16-lsearch;DIR/aux-fixed/TESTNUM.nets : \
14 net24-lsearch;DIR/aux-fixed/TESTNUM.nets : \
15 net-lsearch;DIR/aux-fixed/TESTNUM.nets"
16
17
18# ------ ACL ------
19
20begin acl
21
22check_recipient:
23 accept domains = +local_domains
24 accept domains = +relay_domains
25 accept hosts = +relay_hosts
26 deny message = relay not permitted
27
28
29# End