Make test-suite client cmd -t<timeout> actually work
[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-
4be52428
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-
4be52428
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
56SSL info: SSLv3 read server key exchange A
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
62SSL info: SSLv3 read finished A
63SSL info: SSL negotiation finished successfully
64SSL info: SSL negotiation finished successfully
65SSL connection using DHE-RSA-AES256-SHA
66Succeeded in starting TLS
67>>> ehlo foobar
68??? 250-
69<<< 250-myhost.test.ex Hello foobar [127.0.0.1]
70??? 250-
71<<< 250-SIZE 52428800
72??? 250-
4be52428
JH
73<<< 250-8BITMIME
74??? 250-
54c5ebb1
PH
75<<< 250-PIPELINING
76??? 250-
77<<< 250-AUTH PLAIN
78??? 250
79<<< 250 HELP
80>>> auth plain AHVzZXJ4AHNlY3JldA==
81??? 235
82<<< 235 Authentication succeeded
83>>> quit
84??? 221
85<<< 221 myhost.test.ex closing connection
86End of script