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
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 Succeeded in starting TLS
129 >>> mail from:<userx@test.ex>
132 >>> rcpt to:<userx@test.ex>
137 <<< 221 myhost.test.ex closing connection
139 ### Bad certificate, certificate required
140 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
141 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
142 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
144 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
147 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
149 <<< 250-SIZE 52428800
161 Attempting to start TLS
162 Succeeded in starting TLS
164 ????554 Security failure
165 error:dddddddd:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca
168 ??? 554 Security failure
169 <<< 554 Security failure
171 ### Bad certificate, certificate optional at TLS time, reject at ACL time
172 Connecting to 127.0.0.1 port 1225 ... connected
173 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
174 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
176 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
179 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
181 <<< 250-SIZE 52428800
193 Attempting to start TLS
194 Succeeded in starting TLS
195 >>> mail from:<userx@test.ex>
198 >>> rcpt to:<userx@test.ex>
200 <<< 550 certificate not verified: peerdn=/CN=server1.example.net
203 <<< 221 myhost.test.ex closing connection
205 ### Otherwise good but revoked certificate, certificate required
206 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
207 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
208 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
210 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
213 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
215 <<< 250-SIZE 52428800
227 Attempting to start TLS
228 Succeeded in starting TLS
230 ????554 Security failure
231 error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert certificate revoked
234 ??? 554 Security failure
235 <<< 554 Security failure
237 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
238 Connecting to 127.0.0.1 port 1225 ... connected
239 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
240 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
242 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
245 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
247 <<< 250-SIZE 52428800
259 Attempting to start TLS
260 Succeeded in starting TLS
261 >>> mail from:<userx@test.ex>
264 >>> rcpt to:<userx@test.ex>
266 <<< 550 certificate not verified: peerdn=/CN=revoked1.example.com
269 <<< 221 myhost.test.ex closing connection
271 ### Good certificate, certificate required - but nonmatching CRL also present
272 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
273 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
274 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
276 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
279 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
281 <<< 250-SIZE 52428800
293 Attempting to start TLS
294 Succeeded in starting TLS
295 >>> mail from:<userx@test.ex>
298 >>> rcpt to:<userx@test.ex>
303 <<< 221 myhost.test.ex closing connection
306 ******** SERVER ********
307 ### No certificate, certificate required
308 ### No certificate, certificate optional at TLS time, required by ACL
309 ### Good certificate, certificate required
310 ### Good certificate, certificate optional at TLS time, checked by ACL
311 ### Bad certificate, certificate required
312 ### Bad certificate, certificate optional at TLS time, reject at ACL time
313 ### Otherwise good but revoked certificate, certificate required
314 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
315 ### Good certificate, certificate required - but nonmatching CRL also present