Merge openssl_disable_ssl2 branch
[exim.git] / test / stdout / 3460
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 foobar
5 ??? 250-
6 <<< 250-myhost.test.ex Hello foobar [ip4.ip4.ip4.ip4]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250-
14 <<< 250-AUTH PLAIN
15 ??? 250-
16 <<< 250-STARTTLS
17 ??? 250
18 <<< 250 HELP
19 >>> auth plain AHVzZXJ4AHNlY3JldA==
20 ??? 235
21 <<< 235 Authentication succeeded
22 >>> quit
23 ??? 221
24 <<< 221 myhost.test.ex closing connection
25 End of script
26 Connecting to 127.0.0.1 port 1225 ... connected
27 ??? 220
28 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
29 >>> ehlo foobar
30 ??? 250-
31 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
32 ??? 250-
33 <<< 250-SIZE 52428800
34 ??? 250-
35 <<< 250-8BITMIME
36 ??? 250-
37 <<< 250-PIPELINING
38 ??? 250-
39 <<< 250-AUTH PLAIN
40 ??? 250-
41 <<< 250-STARTTLS
42 ??? 250
43 <<< 250 HELP
44 >>> auth plain AHVzZXJ4AHNlY3JldA==
45 ??? 503
46 <<< 503 STARTTLS required before AUTH
47 >>> starttls
48 ??? 220
49 <<< 220 TLS go ahead
50 Attempting to start TLS
51 SSL info: before/connect initialization
52 SSL info: before/connect initialization
53 SSL info: SSLv2/v3 write client hello A
54 SSL info: SSLv3 read server hello A
55 SSL info: SSLv3 read server certificate A
56 SSL info: SSLv3 read server key exchange A
57 SSL info: SSLv3 read server done A
58 SSL info: SSLv3 write client key exchange A
59 SSL info: SSLv3 write change cipher spec A
60 SSL info: SSLv3 write finished A
61 SSL info: SSLv3 flush data
62 SSL info: SSLv3 read server session ticket A
63 SSL info: SSLv3 read finished A
64 SSL info: SSL negotiation finished successfully
65 SSL info: SSL negotiation finished successfully
66 SSL connection using AES256-SHA
67 Succeeded in starting TLS
68 >>> ehlo foobar
69 ??? 250-
70 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
71 ??? 250-
72 <<< 250-SIZE 52428800
73 ??? 250-
74 <<< 250-8BITMIME
75 ??? 250-
76 <<< 250-PIPELINING
77 ??? 250-
78 <<< 250-AUTH PLAIN
79 ??? 250
80 <<< 250 HELP
81 >>> auth plain AHVzZXJ4AHNlY3JldA==
82 ??? 235
83 <<< 235 Authentication succeeded
84 >>> quit
85 ??? 221
86 <<< 221 myhost.test.ex closing connection
87 End of script