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