Add non-mtp source info to ${authres }
[exim.git] / test / confs / 0475
... / ...
CommitLineData
1# Exim test configuration 0475
2
3.include DIR/aux-var/std_conf_prefix
4
5
6# ----- Main settings -----
7
8acl_smtp_rcpt = $local_part
9
10
11# ----- ACL -----
12
13begin acl
14
15a1:
16 deny hosts = 1.2.3.4 : <; 1.2.3.4::5.6.7.8
17
18a2:
19 deny hosts = 1.2.3/24
20
21# End