Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 2150
1 # Exim test configuration 2150
2
3 .include DIR/aux-var/tls_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = accept
10 acl_smtp_data = check_data
11
12 queue_only
13
14 tls_advertise_hosts = *
15
16 tls_certificate = DIR/aux-fixed/cert1
17 tls_privatekey = DIR/aux-fixed/cert1
18
19 # ----- ACLs -----
20
21 begin acl
22
23 check_data:
24 accept delay = 1s
25
26
27 # End