Test suite portability updates.
[exim.git] / test / stdout / 2150
1 Connecting 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 abcd
5 ??? 250-
6 <<< 250-myhost.test.ex Hello abcd [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-PIPELINING
11 ??? 250-
12 <<< 250-STARTTLS
13 ??? 250
14 <<< 250 HELP
15 >>> starttls
16 ??? 220
17 <<< 220 TLS go ahead
18 Attempting to start TLS
19 SSL info: before/connect initialization
20 SSL info: before/connect initialization
21 SSL info: SSLv2/v3 write client hello A
22 SSL info: SSLv3 read server hello A
23 SSL info: SSLv3 read server certificate A
24 SSL info: SSLv3 read server done A
25 SSL info: SSLv3 write client key exchange A
26 SSL info: SSLv3 write change cipher spec A
27 SSL info: SSLv3 write finished A
28 SSL info: SSLv3 flush data
29 SSL info: SSLv3 read finished A
30 SSL info: SSL negotiation finished successfully
31 SSL info: SSL negotiation finished successfully
32 SSL connection using AES256-SHA
33 Succeeded in starting TLS
34 >>> mail from:<userx@test.ex>
35 ??? 250
36 <<< 250 OK
37 >>> rcpt to:<userx@test.ex>
38 ??? 250
39 <<< 250 Accepted
40 >>> data
41 ??? 354
42 <<< 354 Enter message, ending with "." on a line by itself
43 >>> This is a test message.
44 >>> .
45 +++ 1
46 End of script