Testsuite: sort output of retry DB dumps
[exim.git] / test / stdout / 2118
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> ehlo rhu.barb
5 ??? 250-
6 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250-
14 <<< 250-STARTTLS
15 ??? 250
16 <<< 250 HELP
17 >>> starttls
18 ??? 220
19 <<< 220 TLS go ahead
20 Attempting to start TLS
21 SSL info: before/connect initialization
22 SSL info: before/connect initialization
23 SSL info: SSLv3 read server hello A
24 SSL info: SSLv3 read server certificate A
25 SSL info: SSLv3 read server done A
26 SSL info: SSLv3 write client key exchange A
27 SSL info: SSLv3 write change cipher spec A
28 SSL info: SSLv3 write finished A
29 SSL info: SSLv3 flush data
30 SSL info: SSLv3 read server session ticket A
31 SSL info: SSLv3 read finished A
32 SSL info: SSL negotiation finished successfully
33 SSL info: SSL negotiation finished successfully
34 SSL connection using AES256-SHA
35 Succeeded in starting TLS
36 >>> mail from:<userx@test.ex>
37 ??? 250
38 <<< 250 OK
39 >>> rcpt to:<userx@test.ex>
40 ??? 250
41 <<< 250 Accepted
42 >>> DATA
43 ??? 3
44 <<< 354 Enter message, ending with "." on a line by itself
45 >>> This is a test encrypted message.
46 >>> .
47 ??? 250
48 <<< 250 OK id=10HmaX-0005vi-00
49 >>> quit
50 ??? 221
51 <<< 221 myhost.test.ex closing connection
52 End of script
53 Connecting to 127.0.0.1 port 1225 ... connected
54 ??? 220
55 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
56 >>> ehlo rhu.barb
57 ??? 250-
58 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
59 ??? 250-
60 <<< 250-SIZE 52428800
61 ??? 250-
62 <<< 250-8BITMIME
63 ??? 250-
64 <<< 250-PIPELINING
65 ??? 250-
66 <<< 250-STARTTLS
67 ??? 250
68 <<< 250 HELP
69 >>> mail from:<userx@test.ex>
70 ??? 250
71 <<< 250 OK
72 >>> rcpt to:<userx@test.ex>
73 ??? 550
74 <<< 550 "You must encrypt"
75 >>> quit
76 ??? 221
77 <<< 221 myhost.test.ex closing connection
78 End of script