Testsuite: munge for non-WITH_CONTENT_SCAN builds
[exim.git] / test / confs / 0312
1 # Exim test configuration 0312
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = check_rcpt
10
11 # ------ ACL ------
12
13 begin acl
14
15 check_rcpt:
16     deny    dnslists = +defer_unknown : test.again.dns
17     accept
18
19 # End