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