testcase
[exim.git] / test / stdout / 2103.debian8
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-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
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: SSL negotiation finished successfully
24 SSL info: SSL negotiation finished successfully
25 SSL connection using AES256-SHA
26 Succeeded in starting TLS
27 >>> mail from:<userx@test.ex>
28 ??? 250
29 <<< 250 OK
30 >>> rcpt to:<userx@test.ex>
31 ??? 550
32 <<< 550 unacceptable cipher TLSv1:AES256-SHA:256
33 >>> quit
34 ??? 221
35 <<< 221 myhost.test.ex closing connection
36 End of script
37 Connecting to 127.0.0.1 port 1225 ... connected
38 ??? 220
39 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
40 >>> ehlo rhu.barb
41 ??? 250-
42 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
43 ??? 250-
44 <<< 250-SIZE 52428800
45 ??? 250-
46 <<< 250-8BITMIME
47 ??? 250-
48 <<< 250-PIPELINING
49 ??? 250-
50 <<< 250-STARTTLS
51 ??? 250
52 <<< 250 HELP
53 >>> starttls
54 ??? 220
55 <<< 220 TLS go ahead
56 Attempting to start TLS
57 SSL info: before/connect initialization
58 SSL info: before/connect initialization
59 SSL info: SSL negotiation finished successfully
60 SSL info: SSL negotiation finished successfully
61 SSL connection using AES256-SHA
62 Succeeded in starting TLS
63 >>> helo rhu.barb
64 ??? 250
65 <<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
66 >>> mail from:<userx@test.ex>
67 ??? 250
68 <<< 250 OK
69 >>> rcpt to:<userx@test.ex>
70 ??? 250
71 <<< 250 Accepted
72 >>> DATA
73 ??? 3
74 <<< 354 Enter message, ending with "." on a line by itself
75 >>> This is a test encrypted message.
76 >>> .
77 ??? 250
78 <<< 250 OK id=10HmaX-0005vi-00
79 >>> quit
80 ??? 221
81 <<< 221 myhost.test.ex closing connection
82 End of script