Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 5601
CommitLineData
f5d78688
JH
1# Exim test configuration 5601
2# OCSP stapling, client
3
4SERVER =
5
6exim_path = EXIM_PATH
bc3c7bb7 7keep_environment = ^EXIM_TESTHARNESS_DISABLE_[O]CSPVALIDITYCHECK$
f5d78688 8host_lookup_order = bydns
f5d78688
JH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/SERVER%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
aa368db3 13chunking_advertise_hosts =
d4dc049f 14primary_hostname = server1.example.com
f5d78688 15
590fd9ee
JH
16.ifdef _HAVE_DMARC
17dmarc_tld_file =
18.endif
19
f5d78688
JH
20
21# ----- Main settings -----
22
23domainlist local_domains = test.ex : *.test.ex
24
25acl_smtp_rcpt = check_recipient
44662487
JH
26acl_smtp_data = check_data
27
23a217d9 28log_selector = +tls_peerdn +received_recipients
f5d78688
JH
29remote_max_parallel = 1
30
31tls_advertise_hosts = *
32
33# Set certificate only if server
34
35tls_certificate = ${if eq {SERVER}{server}\
36{DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem}\
37fail\
38}
39
40#{DIR/aux-fixed/exim-ca/example.com/CA/CA.pem}\
41
42tls_privatekey = ${if eq {SERVER}{server}\
43{DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key}\
44fail}
45
fbbd45ff 46tls_ocsp_file = RETURN
f5d78688
JH
47
48
49# ------ ACL ------
50
51begin acl
52
53check_recipient:
54 accept domains = +local_domains
55 deny message = relay not permitted
56
44662487
JH
57check_data:
58 warn condition = ${if def:h_X-TLS-out:}
59 logwrite = client claims: $h_X-TLS-out:
60 accept
f5d78688
JH
61
62# ----- Routers -----
63
64begin routers
65
66client:
67 driver = accept
68 condition = ${if eq {SERVER}{server}{no}{yes}}
69 retry_use_local_part
70 transport = send_to_server${if eq{$local_part}{nostaple}{1} \
44662487
JH
71 {${if eq{$local_part}{norequire} {2} \
72 {${if eq{$local_part}{smtps} {4}{3}}} \
73 }}}
f5d78688
JH
74
75server:
76 driver = redirect
77 data = :blackhole:
78 #retry_use_local_part
79 #transport = local_delivery
80
81
82# ----- Transports -----
83
84begin transports
85
86local_delivery:
87 driver = appendfile
88 file = DIR/test-mail/$local_part
89 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn
90 user = CALLER
91
92send_to_server1:
93 driver = smtp
94 allow_localhost
95 hosts = HOSTIPV4
96 port = PORT_D
277b9979 97 hosts_try_fastopen = :
f5d78688 98 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
01a4a5c5 99 tls_verify_cert_hostnames =
f5d78688 100 hosts_require_tls = *
44662487 101 hosts_request_ocsp = :
018058b2
JH
102 headers_add = X-TLS-out: ocsp status $tls_out_ocsp \
103 (${listextract {${eval:$tls_out_ocsp+1}} \
104 {notreq:notresp:vfynotdone:failed:verified}})
f5d78688
JH
105
106send_to_server2:
44662487
JH
107 driver = smtp
108 allow_localhost
109 hosts = HOSTIPV4
110 port = PORT_D
277b9979 111 hosts_try_fastopen = :
44662487 112 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
01a4a5c5 113 tls_verify_cert_hostnames =
44662487
JH
114 hosts_require_tls = *
115# note no ocsp mention here
018058b2
JH
116 headers_add = X-TLS-out: ocsp status $tls_out_ocsp \
117 (${listextract {${eval:$tls_out_ocsp+1}} \
118 {notreq:notresp:vfynotdone:failed:verified}})
44662487
JH
119
120send_to_server3:
f5d78688
JH
121 driver = smtp
122 allow_localhost
123 hosts = 127.0.0.1
124 port = PORT_D
277b9979 125 hosts_try_fastopen = :
f5d78688 126 helo_data = helo.data.changed
f5d78688 127 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
01a4a5c5 128 tls_verify_cert_hostnames =
f5d78688
JH
129 hosts_require_tls = *
130 hosts_require_ocsp = *
018058b2
JH
131 headers_add = X-TLS-out: ocsp status $tls_out_ocsp \
132 (${listextract {${eval:$tls_out_ocsp+1}} \
133 {notreq:notresp:vfynotdone:failed:verified}})
f5d78688 134
44662487 135send_to_server4:
f5d78688
JH
136 driver = smtp
137 allow_localhost
138 hosts = 127.0.0.1
139 port = PORT_D
277b9979 140 hosts_try_fastopen = :
f5d78688 141 helo_data = helo.data.changed
f5d78688 142 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/CA/CA.pem
01a4a5c5 143 tls_verify_cert_hostnames =
f5d78688
JH
144 protocol = smtps
145 hosts_require_tls = *
146 hosts_require_ocsp = *
018058b2
JH
147 headers_add = X-TLS-out: ocsp status $tls_out_ocsp \
148 (${listextract {${eval:$tls_out_ocsp+1}} \
149 {notreq:notresp:vfynotdone:failed:verified}})
f5d78688
JH
150
151
152# ----- Retry -----
153
154
155begin retry
156
157* * F,5d,1s
158
159
160# End