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]
11 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
23 Attempting to start TLS
24 Succeeded in starting TLS
26 ????554 Security failure
27 error:dddddddd:SSL routines:ssl3_read_bytes:tlsv13 alert certificate required
30 ??? 554 Security failure
31 <<< 554 Security failure
33 ????554 Security failure
38 ### No certificate, certificate optional at TLS time, required by ACL
39 Connecting to 127.0.0.1 port 1225 ... connected
41 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
44 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
48 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
60 Attempting to start TLS
61 Succeeded in starting TLS
64 <<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
65 >>> mail from:<userx@test.ex>
68 >>> rcpt to:<userx@test.ex>
70 <<< 550 certificate not verified: peerdn=
73 <<< 221 myhost.test.ex closing connection
75 ### Good certificate, certificate required
76 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
77 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
78 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
80 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
83 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
87 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
99 Attempting to start TLS
100 Succeeded in starting TLS
103 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
104 >>> mail from:<userx@test.ex>
107 >>> rcpt to:<userx@test.ex>
112 <<< 221 myhost.test.ex closing connection
114 ### Good certificate, certificate optional at TLS time, checked by ACL
115 Connecting to 127.0.0.1 port 1225 ... connected
116 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
117 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
119 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
122 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
124 <<< 250-SIZE 52428800
126 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
138 Attempting to start TLS
139 Succeeded in starting TLS
142 <<< 250 myhost.test.ex Hello test [127.0.0.1]
143 >>> mail from:<userx@test.ex>
146 >>> rcpt to:<userx@test.ex>
151 <<< 221 myhost.test.ex closing connection
153 ### Bad certificate, certificate required
154 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
155 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
156 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
158 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
161 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
163 <<< 250-SIZE 52428800
165 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
177 Attempting to start TLS
178 Succeeded in starting TLS
180 ????554 Security failure
181 error:dddddddd:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca
184 ??? 554 Security failure
185 <<< 554 Security failure
187 ### Bad certificate, certificate optional at TLS time, reject at ACL time
188 Connecting to 127.0.0.1 port 1225 ... connected
189 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
190 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
192 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
195 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
197 <<< 250-SIZE 52428800
199 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
211 Attempting to start TLS
212 Succeeded in starting TLS
215 <<< 250 myhost.test.ex Hello test [127.0.0.1]
216 >>> mail from:<userx@test.ex>
219 >>> rcpt to:<userx@test.ex>
221 <<< 550 certificate not verified: peerdn=/CN=server1.example.net
224 <<< 221 myhost.test.ex closing connection
226 ### Otherwise good but revoked certificate, certificate required
227 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
228 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
229 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
231 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
234 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
236 <<< 250-SIZE 52428800
238 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
250 Attempting to start TLS
251 Succeeded in starting TLS
253 ????554 Security failure
254 error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert certificate revoked
257 ??? 554 Security failure
258 <<< 554 Security failure
260 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
261 Connecting to 127.0.0.1 port 1225 ... connected
262 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
263 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
265 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
268 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
270 <<< 250-SIZE 52428800
272 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
284 Attempting to start TLS
285 Succeeded in starting TLS
288 <<< 250 myhost.test.ex Hello test [127.0.0.1]
289 >>> mail from:<userx@test.ex>
292 >>> rcpt to:<userx@test.ex>
294 <<< 550 certificate not verified: peerdn=/CN=revoked1.example.com
297 <<< 221 myhost.test.ex closing connection
299 ### Good certificate, certificate required - but nonmatching CRL also present
300 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
301 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
302 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
304 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
307 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
309 <<< 250-SIZE 52428800
311 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
323 Attempting to start TLS
324 Succeeded in starting TLS
327 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
328 >>> mail from:<userx@test.ex>
331 >>> rcpt to:<userx@test.ex>
336 <<< 221 myhost.test.ex closing connection
339 ******** SERVER ********
340 ### No certificate, certificate required
341 ### No certificate, certificate optional at TLS time, required by ACL
342 ### Good certificate, certificate required
343 ### Good certificate, certificate optional at TLS time, checked by ACL
344 ### Bad certificate, certificate required
345 ### Bad certificate, certificate optional at TLS time, reject at ACL time
346 ### Otherwise good but revoked certificate, certificate required
347 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
348 ### Good certificate, certificate required - but nonmatching CRL also present