More test commits.
[exim.git] / test / stdout / 2118
CommitLineData
54c5ebb1
PH
1Connecting 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 rhu.barb
5??? 250-
6<<< 250-myhost.test.ex Hello rhu.barb [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
18Attempting to start TLS
19SSL info: before/connect initialization
20SSL info: before/connect initialization
21SSL info: SSLv2/v3 write client hello A
22SSL info: SSLv3 read server hello A
23SSL info: SSLv3 read server certificate A
24SSL info: SSLv3 read server done A
25SSL info: SSLv3 write client key exchange A
26SSL info: SSLv3 write change cipher spec A
27SSL info: SSLv3 write finished A
28SSL info: SSLv3 flush data
29SSL info: SSLv3 read finished A
30SSL info: SSL negotiation finished successfully
31SSL info: SSL negotiation finished successfully
32SSL connection using AES256-SHA
33Succeeded 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??? 3
42<<< 354 Enter message, ending with "." on a line by itself
43>>> This is a test encrypted message.
44>>> .
45??? 250
46<<< 250 OK id=10HmaX-0005vi-00
47>>> quit
48??? 221
49<<< 221 myhost.test.ex closing connection
50End of script
51Connecting to 127.0.0.1 port 1225 ... connected
52??? 220
53<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54>>> ehlo rhu.barb
55??? 250-
56<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
57??? 250-
58<<< 250-SIZE 52428800
59??? 250-
60<<< 250-PIPELINING
61??? 250-
62<<< 250-STARTTLS
63??? 250
64<<< 250 HELP
65>>> mail from:<userx@test.ex>
66??? 250
67<<< 250 OK
68>>> rcpt to:<userx@test.ex>
69??? 550
70<<< 550 "You must encrypt"
71>>> quit
72??? 221
73<<< 221 myhost.test.ex closing connection
74End of script