]> git.netwichtig.de Git - user/henk/code/exim.git/blob - 0017
74585c6892eede38a7764a28b18b069b162d8a95
[user/henk/code/exim.git] / 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