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

.include DIR/aux-var/std_conf_prefix


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

acl_smtp_rcpt = $local_part


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

begin acl

a1:
  deny hosts = 1.2.3.4 : <; 1.2.3.4::5.6.7.8

a2:
  deny hosts = 1.2.3/24

# End