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 ### No certificate, certificate optional at TLS time, required by ACL
26 Connecting to 127.0.0.1 port 1225 ... connected
28 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
31 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
45 Attempting to start TLS
46 SSL connection using ke-RSA-AES256-SHA
47 Succeeded in starting TLS
50 <<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
51 >>> mail from:<userx@test.ex>
54 >>> rcpt to:<userx@test.ex>
56 <<< 550 certificate not verified: peerdn=
59 <<< 221 myhost.test.ex closing connection
61 ### Good certificate, certificate required
62 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
63 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
64 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
66 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
69 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
83 Attempting to start TLS
84 SSL connection using ke-RSA-AES256-SHA
85 Succeeded in starting TLS
86 >>> mail from:<userx@test.ex>
89 >>> rcpt to:<userx@test.ex>
94 <<< 221 myhost.test.ex closing connection
96 ### Good certificate, certificate optional at TLS time, checked by ACL
97 Connecting to 127.0.0.1 port 1225 ... connected
98 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
99 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
101 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
104 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
106 <<< 250-SIZE 52428800
118 Attempting to start TLS
119 SSL connection using ke-RSA-AES256-SHA
120 Succeeded in starting TLS
121 >>> mail from:<userx@test.ex>
124 >>> rcpt to:<userx@test.ex>
129 <<< 221 myhost.test.ex closing connection
131 ### Bad certificate, certificate required
132 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
133 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
134 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
136 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
139 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
141 <<< 250-SIZE 52428800
153 Attempting to start TLS
154 pppp:error:dddddddd:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:[...]:SSL alert number 48
157 ### Bad certificate, certificate optional at TLS time, reject at ACL time
158 Connecting to 127.0.0.1 port 1225 ... connected
159 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
160 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
162 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
165 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
167 <<< 250-SIZE 52428800
179 Attempting to start TLS
180 SSL connection using ke-RSA-AES256-SHA
181 Succeeded in starting TLS
182 >>> mail from:<userx@test.ex>
185 >>> rcpt to:<userx@test.ex>
187 <<< 550 certificate not verified: peerdn=/CN=server1.example.net
190 <<< 221 myhost.test.ex closing connection
192 ### Otherwise good but revoked certificate, certificate required
193 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
194 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
195 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
197 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
200 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
202 <<< 250-SIZE 52428800
214 Attempting to start TLS
215 pppp:error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert certificate revoked:[...]:SSL alert number 44
218 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
219 Connecting to 127.0.0.1 port 1225 ... connected
220 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
221 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
223 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
226 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
228 <<< 250-SIZE 52428800
240 Attempting to start TLS
241 SSL connection using ke-RSA-AES256-SHA
242 Succeeded in starting TLS
243 >>> mail from:<userx@test.ex>
246 >>> rcpt to:<userx@test.ex>
248 <<< 550 certificate not verified: peerdn=/CN=revoked1.example.com
251 <<< 221 myhost.test.ex closing connection
253 ### Good certificate, certificate required - but nonmatching CRL also present
254 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
255 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
256 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
258 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
261 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
263 <<< 250-SIZE 52428800
275 Attempting to start TLS
276 SSL connection using ke-RSA-AES256-SHA
277 Succeeded in starting TLS
278 >>> mail from:<userx@test.ex>
281 >>> rcpt to:<userx@test.ex>
286 <<< 221 myhost.test.ex closing connection
289 ******** SERVER ********
290 ### No certificate, certificate required
291 ### No certificate, certificate optional at TLS time, required by ACL
292 ### Good certificate, certificate required
293 ### Good certificate, certificate optional at TLS time, checked by ACL
294 ### Bad certificate, certificate required
295 ### Bad certificate, certificate optional at TLS time, reject at ACL time
296 ### Otherwise good but revoked certificate, certificate required
297 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
298 ### Good certificate, certificate required - but nonmatching CRL also present