Testsuite: another go at munging cipher-suite strings
[exim.git] / test / stdout / 3463
CommitLineData
54c5ebb1
PH
1Connecting 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 foobar
5??? 250-
6<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
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>>> starttls
20??? 220
21<<< 220 TLS go ahead
22Attempting to start TLS
b60b2eea 23SSL connection using ke-RSA-AES256-SHAxxx
54c5ebb1
PH
24Succeeded in starting TLS
25>>> auth plain AHVzZXJ4AHNlY3JldA==
26??? 503
27<<< 503 AUTH command used when not advertised
28>>> mail from:<x@y> size=1234
29??? 501
30<<< 501 <x@y> size=1234: malformed address: size=1234 may not follow <x@y>
31>>> quit
32??? 221
33<<< 221 myhost.test.ex closing connection
34End of script
35Connecting to 127.0.0.1 port 1225 ... connected
36??? 220
37<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
38>>> ehlo foobar
39??? 250-
40<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
41??? 250-
42<<< 250-SIZE 52428800
43??? 250-
5b456975
JH
44<<< 250-8BITMIME
45??? 250-
54c5ebb1
PH
46<<< 250-PIPELINING
47??? 250-
48<<< 250-AUTH PLAIN
49??? 250-
50<<< 250-STARTTLS
51??? 250
52<<< 250 HELP
53>>> starttls
54??? 220
55<<< 220 TLS go ahead
56Attempting to start TLS
b60b2eea 57SSL connection using ke-RSA-AES256-SHAxxx
54c5ebb1
PH
58Succeeded in starting TLS
59>>> auth plain AHVzZXJ4AHNlY3JldA==
60??? 235
61<<< 235 Authentication succeeded
62>>> mail from:<x@y> size=1234
63??? 250
64<<< 250 OK
65>>> quit
66??? 221
67<<< 221 myhost.test.ex closing connection
68End of script