Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0475
1 # Exim test configuration 0475
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 acl_smtp_rcpt = $local_part
9
10
11 # ----- ACL -----
12
13 begin acl
14
15 a1:
16 deny hosts = 1.2.3.4 : <; 1.2.3.4::5.6.7.8
17
18 a2:
19 deny hosts = 1.2.3/24
20
21 # End