Merge from master into 4.next
[exim.git] / test / confs / 0018
CommitLineData
afda344b
PH
1# Exim test configuration 0018
2
4fab92fb
HSHR
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8acl_smtp_etrn = check_etrn
9no_smtp_etrn_serialize
10log_selector = -etrn
11
12# ----- ACL -----
13
14begin acl
15
16check_etrn:
17 deny hosts = !localhost
18 warn log_message = accepted $smtp_command
19 accept
20
21# End