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