Testsuite: ensure logging path is set
[exim.git] / test / confs / 0017
CommitLineData
afda344b
PH
1# Exim test configuration 0017
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8acl_smtp_etrn = check_etrn
9
10# ----- ACL -----
11
12begin acl
13
14check_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