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 pppp:error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:[...]:SSL alert number 40
25 ??? 554 Security failure
26 <<< 554 Security failure
28 ????554 Security failure
30 <<< 221 myhost.test.ex closing connection
34 ### No certificate, certificate optional at TLS time, required by ACL
35 Connecting to 127.0.0.1 port 1225 ... connected
37 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
40 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
54 Attempting to start TLS
55 SSL connection using ke-RSA-AES256-SHA
56 Succeeded in starting TLS
59 <<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
60 >>> mail from:<userx@test.ex>
63 >>> rcpt to:<userx@test.ex>
65 <<< 550 certificate not verified: peerdn=
68 <<< 221 myhost.test.ex closing connection
70 ### Good certificate, certificate required
71 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
72 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
73 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
75 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
78 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
92 Attempting to start TLS
93 SSL connection using ke-RSA-AES256-SHA
94 Succeeded in starting TLS
95 >>> mail from:<userx@test.ex>
98 >>> rcpt to:<userx@test.ex>
103 <<< 221 myhost.test.ex closing connection
105 ### Good certificate, certificate optional at TLS time, checked by ACL
106 Connecting to 127.0.0.1 port 1225 ... connected
107 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
108 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
110 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
113 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
115 <<< 250-SIZE 52428800
127 Attempting to start TLS
128 SSL connection using ke-RSA-AES256-SHA
129 Succeeded in starting TLS
130 >>> mail from:<userx@test.ex>
133 >>> rcpt to:<userx@test.ex>
138 <<< 221 myhost.test.ex closing connection
140 ### Bad certificate, certificate required
141 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
142 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
143 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
145 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
148 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
150 <<< 250-SIZE 52428800
162 Attempting to start TLS
163 pppp:error:dddddddd:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:[...]:SSL alert number 48
166 ??? 554 Security failure
167 <<< 554 Security failure
169 ### Bad certificate, certificate optional at TLS time, reject at ACL time
170 Connecting to 127.0.0.1 port 1225 ... connected
171 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
172 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
174 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
177 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
179 <<< 250-SIZE 52428800
191 Attempting to start TLS
192 SSL connection using ke-RSA-AES256-SHA
193 Succeeded in starting TLS
194 >>> mail from:<userx@test.ex>
197 >>> rcpt to:<userx@test.ex>
199 <<< 550 certificate not verified: peerdn=/CN=server1.example.net
202 <<< 221 myhost.test.ex closing connection
204 ### Otherwise good but revoked certificate, certificate required
205 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
206 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
207 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
209 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
212 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
214 <<< 250-SIZE 52428800
226 Attempting to start TLS
227 pppp:error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert certificate revoked:[...]:SSL alert number 44
230 ??? 554 Security failure
231 <<< 554 Security failure
233 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
234 Connecting to 127.0.0.1 port 1225 ... connected
235 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
236 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
238 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
241 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
243 <<< 250-SIZE 52428800
255 Attempting to start TLS
256 SSL connection using ke-RSA-AES256-SHA
257 Succeeded in starting TLS
258 >>> mail from:<userx@test.ex>
261 >>> rcpt to:<userx@test.ex>
263 <<< 550 certificate not verified: peerdn=/CN=revoked1.example.com
266 <<< 221 myhost.test.ex closing connection
268 ### Good certificate, certificate required - but nonmatching CRL also present
269 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
270 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
271 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
273 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
276 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
278 <<< 250-SIZE 52428800
290 Attempting to start TLS
291 SSL connection using ke-RSA-AES256-SHA
292 Succeeded in starting TLS
293 >>> mail from:<userx@test.ex>
296 >>> rcpt to:<userx@test.ex>
301 <<< 221 myhost.test.ex closing connection
304 ******** SERVER ********
305 ### No certificate, certificate required
306 ### No certificate, certificate optional at TLS time, required by ACL
307 ### Good certificate, certificate required
308 ### Good certificate, certificate optional at TLS time, checked by ACL
309 ### Bad certificate, certificate required
310 ### Bad certificate, certificate optional at TLS time, reject at ACL time
311 ### Otherwise good but revoked certificate, certificate required
312 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
313 ### Good certificate, certificate required - but nonmatching CRL also present