Additional tests - didn't show any problems.
[exim.git] / test / stdout / 3450
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 key exchange A
53SSL info: SSLv3 read server done A
54SSL info: SSLv3 write client key exchange A
55SSL info: SSLv3 write change cipher spec A
56SSL info: SSLv3 write finished A
57SSL info: SSLv3 flush data
58SSL info: SSLv3 read finished A
59SSL info: SSL negotiation finished successfully
60SSL info: SSL negotiation finished successfully
61SSL connection using DHE-RSA-AES256-SHA
62Succeeded in starting TLS
63>>> ehlo foobar
64??? 250-
65<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
66??? 250-
67<<< 250-SIZE 52428800
68??? 250-
69<<< 250-PIPELINING
70??? 250-
71<<< 250-AUTH PLAIN
72??? 250
73<<< 250 HELP
74>>> auth plain AHVzZXJ4AHNlY3JldA==
75??? 235
76<<< 235 Authentication succeeded
77>>> quit
78??? 221
79<<< 221 myhost.test.ex closing connection
80End of script