Move ESMPT LIMITS extension from experimental to mainline
[exim.git] / test / stdout / 2014
1 ### No certificate, certificate required
2 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
3 ??? 220
4 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
5 >>> ehlo rhu1.barb
6 ??? 250-
7 <<< 250-myhost.test.ex Hello rhu1.barb [ip4.ip4.ip4.ip4]
8 ??? 250-
9 <<< 250-SIZE 52428800
10 ??? 250-
11 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
12 ??? 250-
13 <<< 250-8BITMIME
14 ??? 250-
15 <<< 250-PIPELINING
16 ??? 250-
17 <<< 250-STARTTLS
18 ??? 250
19 <<< 250 HELP
20 >>> starttls
21 ??? 220
22 <<< 220 TLS go ahead
23 Attempting to start TLS
24 gnutls_record_recv: A TLS fatal alert has been received.
25 Failed to start TLS
26 >>> nop
27 ????554
28 End of script
29 ### No certificate, certificate optional at TLS time, required by ACL
30 Connecting to 127.0.0.1 port 1225 ... connected
31 ??? 220
32 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
33 >>> ehlo rhu2.barb
34 ??? 250-
35 <<< 250-myhost.test.ex Hello rhu2.barb [127.0.0.1]
36 ??? 250-
37 <<< 250-SIZE 52428800
38 ??? 250-
39 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
40 ??? 250-
41 <<< 250-8BITMIME
42 ??? 250-
43 <<< 250-PIPELINING
44 ??? 250-
45 <<< 250-STARTTLS
46 ??? 250
47 <<< 250 HELP
48 >>> starttls
49 ??? 220
50 <<< 220 TLS go ahead
51 Attempting to start TLS
52 Succeeded in starting TLS
53 >>> helo rhu2tls.barb
54 ??? 250
55 <<< 250 myhost.test.ex Hello rhu2tls.barb [127.0.0.1]
56 >>> mail from:<userx@test.ex>
57 ??? 250
58 <<< 250 OK
59 >>> rcpt to:<userx@test.ex>
60 ??? 550
61 <<< 550 certificate not verified: peerdn=
62 >>> quit
63 ??? 221
64 <<< 221 myhost.test.ex closing connection
65 End of script
66 ### Good certificate, certificate required
67 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
68 Certificate file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.chain.pem
69 Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
70 ??? 220
71 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
72 >>> ehlo rhu3.barb
73 ??? 250-
74 <<< 250-myhost.test.ex Hello rhu3.barb [ip4.ip4.ip4.ip4]
75 ??? 250-
76 <<< 250-SIZE 52428800
77 ??? 250-
78 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
79 ??? 250-
80 <<< 250-8BITMIME
81 ??? 250-
82 <<< 250-PIPELINING
83 ??? 250-
84 <<< 250-STARTTLS
85 ??? 250
86 <<< 250 HELP
87 >>> starttls
88 ??? 220
89 <<< 220 TLS go ahead
90 Attempting to start TLS
91 Succeeded in starting TLS
92 >>> helo test
93 ??? 250
94 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
95 >>> mail from:<userx@test.ex>
96 ??? 250
97 <<< 250 OK
98 >>> rcpt to:<userx@test.ex>
99 ??? 250
100 <<< 250 Accepted
101 >>> quit
102 ??? 221
103 <<< 221 myhost.test.ex closing connection
104 End of script
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
109 ??? 220
110 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
111 >>> ehlo rhu4.barb
112 ??? 250-
113 <<< 250-myhost.test.ex Hello rhu4.barb [127.0.0.1]
114 ??? 250-
115 <<< 250-SIZE 52428800
116 ??? 250-
117 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
118 ??? 250-
119 <<< 250-8BITMIME
120 ??? 250-
121 <<< 250-PIPELINING
122 ??? 250-
123 <<< 250-STARTTLS
124 ??? 250
125 <<< 250 HELP
126 >>> starttls
127 ??? 220
128 <<< 220 TLS go ahead
129 Attempting to start TLS
130 Succeeded in starting TLS
131 >>> helo test
132 ??? 250
133 <<< 250 myhost.test.ex Hello test [127.0.0.1]
134 >>> mail from:<userx@test.ex>
135 ??? 250
136 <<< 250 OK
137 >>> rcpt to:<userx@test.ex>
138 ??? 250
139 <<< 250 Accepted
140 >>> quit
141 ??? 221
142 <<< 221 myhost.test.ex closing connection
143 End of script
144 ### Bad certificate, certificate required
145 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
146 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
147 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
148 ??? 220
149 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
150 >>> ehlo rhu5.barb
151 ??? 250-
152 <<< 250-myhost.test.ex Hello rhu5.barb [ip4.ip4.ip4.ip4]
153 ??? 250-
154 <<< 250-SIZE 52428800
155 ??? 250-
156 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
157 ??? 250-
158 <<< 250-8BITMIME
159 ??? 250-
160 <<< 250-PIPELINING
161 ??? 250-
162 <<< 250-STARTTLS
163 ??? 250
164 <<< 250 HELP
165 >>> starttls
166 ??? 220
167 <<< 220 TLS go ahead
168 Attempting to start TLS
169 gnutls_record_recv: A TLS fatal alert has been received.
170 Failed to start TLS
171 >>> nop
172 ????554
173 End of script
174 ### Bad certificate, certificate optional at TLS time, reject at ACL time
175 Connecting to 127.0.0.1 port 1225 ... connected
176 Certificate file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.chain.pem
177 Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net.unlocked.key
178 ??? 220
179 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
180 >>> ehlo rhu6.barb
181 ??? 250-
182 <<< 250-myhost.test.ex Hello rhu6.barb [127.0.0.1]
183 ??? 250-
184 <<< 250-SIZE 52428800
185 ??? 250-
186 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
187 ??? 250-
188 <<< 250-8BITMIME
189 ??? 250-
190 <<< 250-PIPELINING
191 ??? 250-
192 <<< 250-STARTTLS
193 ??? 250
194 <<< 250 HELP
195 >>> starttls
196 ??? 220
197 <<< 220 TLS go ahead
198 Attempting to start TLS
199 Succeeded in starting TLS
200 >>> helo test
201 ??? 250
202 <<< 250 myhost.test.ex Hello test [127.0.0.1]
203 >>> mail from:<userx@test.ex>
204 ??? 250
205 <<< 250 OK
206 >>> rcpt to:<userx@test.ex>
207 ??? 550
208 <<< 550 certificate not verified: peerdn=
209 >>> quit
210 ??? 221
211 <<< 221 myhost.test.ex closing connection
212 End of script
213 ### Otherwise good but revoked certificate, certificate required
214 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
215 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
216 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
217 ??? 220
218 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
219 >>> ehlo rhu7.barb
220 ??? 250-
221 <<< 250-myhost.test.ex Hello rhu7.barb [ip4.ip4.ip4.ip4]
222 ??? 250-
223 <<< 250-SIZE 52428800
224 ??? 250-
225 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
226 ??? 250-
227 <<< 250-8BITMIME
228 ??? 250-
229 <<< 250-PIPELINING
230 ??? 250-
231 <<< 250-STARTTLS
232 ??? 250
233 <<< 250 HELP
234 >>> STARTTLS
235 ??? 220
236 <<< 220 TLS go ahead
237 Attempting to start TLS
238 >>> NOP
239 ??? 554 Security failure
240 <<< 554 Security failure
241 >>> QUIT
242 >>> 220
243 End of script
244 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
245 Connecting to 127.0.0.1 port 1225 ... connected
246 Certificate file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.chain.pem
247 Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.com.unlocked.key
248 ??? 220
249 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 >>> ehlo rhu8.barb
251 ??? 250-
252 <<< 250-myhost.test.ex Hello rhu8.barb [127.0.0.1]
253 ??? 250-
254 <<< 250-SIZE 52428800
255 ??? 250-
256 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
257 ??? 250-
258 <<< 250-8BITMIME
259 ??? 250-
260 <<< 250-PIPELINING
261 ??? 250-
262 <<< 250-STARTTLS
263 ??? 250
264 <<< 250 HELP
265 >>> starttls
266 ??? 220
267 <<< 220 TLS go ahead
268 Attempting to start TLS
269 Succeeded in starting TLS
270 >>> helo test
271 ??? 250
272 <<< 250 myhost.test.ex Hello test [127.0.0.1]
273 >>> mail from:<userx@test.ex>
274 ??? 250
275 <<< 250 OK
276 >>> rcpt to:<userx@test.ex>
277 ??? 550
278 <<< 550 certificate not verified: peerdn=CN=revoked1.example.com
279 >>> quit
280 ??? 221
281 <<< 221 myhost.test.ex closing connection
282 End of script
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
287 ??? 220
288 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
289 >>> ehlo rhu9.barb
290 ??? 250-
291 <<< 250-myhost.test.ex Hello rhu9.barb [ip4.ip4.ip4.ip4]
292 ??? 250-
293 <<< 250-SIZE 52428800
294 ??? 250-
295 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
296 ??? 250-
297 <<< 250-8BITMIME
298 ??? 250-
299 <<< 250-PIPELINING
300 ??? 250-
301 <<< 250-STARTTLS
302 ??? 250
303 <<< 250 HELP
304 >>> starttls
305 ??? 220
306 <<< 220 TLS go ahead
307 Attempting to start TLS
308 Succeeded in starting TLS
309 >>> helo test
310 ??? 250
311 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
312 >>> mail from:<userx@test.ex>
313 ??? 250
314 <<< 250 OK
315 >>> rcpt to:<userx@test.ex>
316 ??? 250
317 <<< 250 Accepted
318 >>> quit
319 ??? 221
320 <<< 221 myhost.test.ex closing connection
321 End of script
322
323 ******** SERVER ********
324 ### No certificate, certificate required
325 ### No certificate, certificate optional at TLS time, required by ACL
326 ### Good certificate, certificate required
327 ### Good certificate, certificate optional at TLS time, checked by ACL
328 ### Bad certificate, certificate required
329 ### Bad certificate, certificate optional at TLS time, reject at ACL time
330 ### Otherwise good but revoked certificate, certificate required
331 ### Revoked certificate, certificate optional at TLS time, reject at ACL time
332 ### Good certificate, certificate required - but nonmatching CRL also present