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