1 ### No certificate, certificate required
2 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
4 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
7 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
21 Attempting to start TLS
22 Succeeded in starting TLS
24 ????554 Security failure
25 error:dddddddd:SSL routines:ssl3_read_bytes:tlsv13 alert certificate required
28 ??? 554 Security failure
29 <<< 554 Security failure
31 ????554 Security failure
36 ### No certificate, certificate optional at TLS time, required by ACL
37 Connecting to 127.0.0.1 port 1225 ... connected
39 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
42 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
56 Attempting to start TLS
57 Succeeded in starting TLS
60 <<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
61 >>> mail from:<userx@test.ex>
64 >>> rcpt to:<userx@test.ex>
66 <<< 550 certificate not verified: peerdn=
69 <<< 221 myhost.test.ex closing connection
71 ### Good certificate, certificate required
72 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
73 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
74 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
76 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
79 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
93 Attempting to start TLS
94 Succeeded in starting TLS
97 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
98 >>> mail from:<userx@test.ex>
101 >>> rcpt to:<userx@test.ex>
106 <<< 221 myhost.test.ex closing connection
108 ### Good certificate, certificate optional at TLS time, checked by ACL
109 Connecting to 127.0.0.1 port 1225 ... connected
110 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
111 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
113 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
116 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
118 <<< 250-SIZE 52428800
130 Attempting to start TLS
131 Succeeded in starting TLS
134 <<< 250 myhost.test.ex Hello test [127.0.0.1]
135 >>> mail from:<userx@test.ex>
138 >>> rcpt to:<userx@test.ex>
143 <<< 221 myhost.test.ex closing connection
145 ### Bad certificate, certificate required
146 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
147 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
148 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
150 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
153 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
155 <<< 250-SIZE 52428800
167 Attempting to start TLS
168 Succeeded in starting TLS
170 ????554 Security failure
171 error:dddddddd:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca
174 ??? 554 Security failure
175 <<< 554 Security failure
177 ### Bad certificate, certificate optional at TLS time, reject at ACL time
178 Connecting to 127.0.0.1 port 1225 ... connected
179 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
180 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
182 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
185 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
187 <<< 250-SIZE 52428800
199 Attempting to start TLS
200 Succeeded in starting TLS
203 <<< 250 myhost.test.ex Hello test [127.0.0.1]
204 >>> mail from:<userx@test.ex>
207 >>> rcpt to:<userx@test.ex>
209 <<< 550 certificate not verified: peerdn=/CN=server1.example.net
212 <<< 221 myhost.test.ex closing connection
214 ### Otherwise good but revoked certificate, certificate required
215 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
216 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
217 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
219 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
222 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
224 <<< 250-SIZE 52428800
236 Attempting to start TLS
237 Succeeded in starting TLS
239 ????554 Security failure
240 error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert certificate revoked
243 ??? 554 Security failure
244 <<< 554 Security failure
246 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
247 Connecting to 127.0.0.1 port 1225 ... connected
248 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
249 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
251 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
254 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
256 <<< 250-SIZE 52428800
268 Attempting to start TLS
269 Succeeded in starting TLS
272 <<< 250 myhost.test.ex Hello test [127.0.0.1]
273 >>> mail from:<userx@test.ex>
276 >>> rcpt to:<userx@test.ex>
278 <<< 550 certificate not verified: peerdn=/CN=revoked1.example.com
281 <<< 221 myhost.test.ex closing connection
283 ### Good certificate, certificate required - but nonmatching CRL also present
284 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
285 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
286 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
288 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
291 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
293 <<< 250-SIZE 52428800
305 Attempting to start TLS
306 Succeeded in starting TLS
309 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
310 >>> mail from:<userx@test.ex>
313 >>> rcpt to:<userx@test.ex>
318 <<< 221 myhost.test.ex closing connection
321 ******** SERVER ********
322 ### No certificate, certificate required
323 ### No certificate, certificate optional at TLS time, required by ACL
324 ### Good certificate, certificate required
325 ### Good certificate, certificate optional at TLS time, checked by ACL
326 ### Bad certificate, certificate required
327 ### Bad certificate, certificate optional at TLS time, reject at ACL time
328 ### Otherwise good but revoked certificate, certificate required
329 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
330 ### Good certificate, certificate required - but nonmatching CRL also present