Fix testcase for 984702 - the buffer boundary was deliberately
[exim.git] / test / stdout / 3460
CommitLineData
54c5ebb1
PH
1Connecting 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-
5b456975
JH
10<<< 250-8BITMIME
11??? 250-
54c5ebb1
PH
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
25End of script
26Connecting 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-
5b456975
JH
35<<< 250-8BITMIME
36??? 250-
54c5ebb1
PH
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
50Attempting to start TLS
51SSL info: before/connect initialization
52SSL info: before/connect initialization
53SSL info: SSLv2/v3 write client hello A
54SSL info: SSLv3 read server hello A
55SSL info: SSLv3 read server certificate A
1508acb8 56SSL info: SSLv3 read server key exchange A
54c5ebb1
PH
57SSL info: SSLv3 read server done A
58SSL info: SSLv3 write client key exchange A
59SSL info: SSLv3 write change cipher spec A
60SSL info: SSLv3 write finished A
61SSL info: SSLv3 flush data
8332bd72 62SSL info: SSLv3 read server session ticket A
54c5ebb1
PH
63SSL info: SSLv3 read finished A
64SSL info: SSL negotiation finished successfully
65SSL info: SSL negotiation finished successfully
66SSL connection using AES256-SHA
67Succeeded 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-
5b456975
JH
74<<< 250-8BITMIME
75??? 250-
54c5ebb1
PH
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
87End of script