837d5f73ee764c337e33003a14f34ea2b706d09f
[exim.git] / test / stdout / 3463
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 foobar
5 ??? 250-
6 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
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 >>> starttls
18 ??? 220
19 <<< 220 TLS go ahead
20 Attempting to start TLS
21 SSL info: before/connect initialization
22 SSL info: before/connect initialization
23 SSL info: SSLv2/v3 write client hello A
24 SSL info: SSLv3 read server hello A
25 SSL info: SSLv3 read server certificate A
26 SSL info: SSLv3 read server done A
27 SSL info: SSLv3 write client key exchange A
28 SSL info: SSLv3 write change cipher spec A
29 SSL info: SSLv3 write finished A
30 SSL info: SSLv3 flush data
31 SSL info: SSLv3 read server session ticket A
32 SSL info: SSLv3 read finished A
33 SSL info: SSL negotiation finished successfully
34 SSL info: SSL negotiation finished successfully
35 SSL connection using AES256-SHA
36 Succeeded in starting TLS
37 >>> auth plain AHVzZXJ4AHNlY3JldA==
38 ??? 503
39 <<< 503 AUTH command used when not advertised
40 >>> mail from:<x@y> size=1234
41 ??? 501
42 <<< 501 <x@y> size=1234: malformed address: size=1234 may not follow <x@y> 
43 >>> quit
44 ??? 221
45 <<< 221 myhost.test.ex closing connection
46 End of script
47 Connecting to 127.0.0.1 port 1225 ... connected
48 ??? 220
49 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50 >>> ehlo foobar
51 ??? 250-
52 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
53 ??? 250-
54 <<< 250-SIZE 52428800
55 ??? 250-
56 <<< 250-PIPELINING
57 ??? 250-
58 <<< 250-AUTH PLAIN
59 ??? 250-
60 <<< 250-STARTTLS
61 ??? 250
62 <<< 250 HELP
63 >>> starttls
64 ??? 220
65 <<< 220 TLS go ahead
66 Attempting to start TLS
67 SSL info: before/connect initialization
68 SSL info: before/connect initialization
69 SSL info: SSLv2/v3 write client hello A
70 SSL info: SSLv3 read server hello A
71 SSL info: SSLv3 read server certificate A
72 SSL info: SSLv3 read server done A
73 SSL info: SSLv3 write client key exchange A
74 SSL info: SSLv3 write change cipher spec A
75 SSL info: SSLv3 write finished A
76 SSL info: SSLv3 flush data
77 SSL info: SSLv3 read server session ticket A
78 SSL info: SSLv3 read finished A
79 SSL info: SSL negotiation finished successfully
80 SSL info: SSL negotiation finished successfully
81 SSL connection using AES256-SHA
82 Succeeded in starting TLS
83 >>> auth plain AHVzZXJ4AHNlY3JldA==
84 ??? 235
85 <<< 235 Authentication succeeded
86 >>> mail from:<x@y> size=1234
87 ??? 250
88 <<< 250 OK
89 >>> quit
90 ??? 221
91 <<< 221 myhost.test.ex closing connection
92 End of script