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

.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    senders = testdb;defer

# End