Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0188
CommitLineData
afda344b
PH
1# Exim test configuration 0188
2
d4dc049f
JH
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
10smtp_etrn_command = /some/non-existent/file
11trusted_users = CALLER
12
13# ------ ACL ------
14
15begin acl
16
17check_etrn:
18 accept hosts = localhost
19
20# End