Testsuite: Add munge for EXPERIMENTAL_DSN_INFO
[exim.git] / test / confs / 0017
CommitLineData
afda344b
PH
1# Exim test configuration 0017
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12acl_smtp_etrn = check_etrn
13
14# ----- ACL -----
15
16begin acl
17
18check_etrn:
19 deny hosts = 10.9.8.7
20 sender_domains = some.domain
21
22 deny hosts = 10.9.8.8
23 senders = x@y
24
25 accept hosts = localhost
26
27# End