Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0064
CommitLineData
afda344b
PH
1# Exim test configuration 0064
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 = lsearch;DIR/aux-fixed/TESTNUM.hosts
13
14# ------ ACL ------
15
16begin acl
17
18check_recipient:
19 accept domains = +local_domains
20 accept domains = +relay_domains
21 accept hosts = +relay_hosts
22 deny message = relay not permitted
23
24# End