Events: dns:fail Bug 3011
[exim.git] / test / confs / 0017
1 # Exim test configuration 0017
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 acl_smtp_etrn = check_etrn
9
10 # ----- ACL -----
11
12 begin acl
13
14 check_etrn:
15   deny   hosts = 10.9.8.7
16          sender_domains = some.domain
17
18   deny   hosts = 10.9.8.8
19          senders = x@y
20
21   accept hosts = localhost
22
23 # End