testsuite: abstract out common conf settings
[exim.git] / test / confs / 0340
1 # Exim test configuration 0340
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_recipient
10
11
12 # ------ ACL ------
13
14 begin acl
15
16 check_recipient:
17 deny dnslists = rbl.test.ex
18 accept
19
20 # End