Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 3205
CommitLineData
afda344b
PH
1# Exim test configuration 3205
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 = acl_${tr{$sender_host_address}{.}{_}}
10domainlist local_domains = test.ex
11
12# ----- ACL -----
13
14begin acl
15
16acl_1_2_3_4:
17 deny senders = testdb;defer
18 accept domains = +local_domains
19 deny message = relay not permitted
20
21
22acl_4_3_2_1:
23 accept hosts = :
24 deny hosts = testdb;defer
25 accept domains = +local_domains
26 deny message = relay not permitted
27
28# End