Testsuite: stabilize output sequence for case 0906
[exim.git] / test / confs / 0018
... / ...
CommitLineData
1# Exim test configuration 0018
2
3.include DIR/aux-var/std_conf_prefix
4
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