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