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