summaryrefslogtreecommitdiff
path: root/test/confs/0340
blob: a4b49d8ad8edd5bfff36e5c637a52aa0655800e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Exim test configuration 0340

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

# ----- Main settings -----

acl_smtp_rcpt = check_recipient


# ------ ACL ------

begin acl

check_recipient:
  deny    dnslists = rbl.test.ex
  accept

# End