Handle alternate access method flag in ls.
[exim.git] / test / stdout / 2103
1 Connecting 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 rhu.barb
5 ??? 250-
6 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
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 ??? 550
39 <<< 550 unacceptable cipher TLSv1:AES256-SHA:256
40 >>> quit
41 ??? 221
42 <<< 221 myhost.test.ex closing connection
43 End of script
44 Connecting to 127.0.0.1 port 1225 ... connected
45 ??? 220
46 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
47 >>> ehlo rhu.barb
48 ??? 250-
49 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
50 ??? 250-
51 <<< 250-SIZE 52428800
52 ??? 250-
53 <<< 250-PIPELINING
54 ??? 250-
55 <<< 250-STARTTLS
56 ??? 250
57 <<< 250 HELP
58 >>> starttls
59 ??? 220
60 <<< 220 TLS go ahead
61 Attempting to start TLS
62 SSL info: before/connect initialization
63 SSL info: before/connect initialization
64 SSL info: SSLv2/v3 write client hello A
65 SSL info: SSLv3 read server hello A
66 SSL info: SSLv3 read server certificate A
67 SSL info: SSLv3 read server done A
68 SSL info: SSLv3 write client key exchange A
69 SSL info: SSLv3 write change cipher spec A
70 SSL info: SSLv3 write finished A
71 SSL info: SSLv3 flush data
72 SSL info: SSLv3 read finished A
73 SSL info: SSL negotiation finished successfully
74 SSL info: SSL negotiation finished successfully
75 SSL connection using AES256-SHA
76 Succeeded in starting TLS
77 >>> helo rhu.barb
78 ??? 250
79 <<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
80 >>> mail from:<userx@test.ex>
81 ??? 250
82 <<< 250 OK
83 >>> rcpt to:<userx@test.ex>
84 ??? 250
85 <<< 250 Accepted
86 >>> DATA
87 ??? 3
88 <<< 354 Enter message, ending with "." on a line by itself
89 >>> This is a test encrypted message.
90 >>> .
91 ??? 250
92 <<< 250 OK id=10HmaX-0005vi-00
93 >>> quit
94 ??? 221
95 <<< 221 myhost.test.ex closing connection
96 End of script