Testsuite: teach the fakedns zonefile generator about the ipv6 double-colon rule.
[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
8332bd72 29SSL info: SSLv3 read server session ticket A
54c5ebb1
PH
30SSL info: SSLv3 read finished A
31SSL info: SSL negotiation finished successfully
32SSL info: SSL negotiation finished successfully
33SSL connection using AES256-SHA
34Succeeded in starting TLS
35>>> mail from:<userx@test.ex>
36??? 250
37<<< 250 OK
38>>> rcpt to:<userx@test.ex>
39??? 250
40<<< 250 Accepted
41>>> DATA
42??? 3
43<<< 354 Enter message, ending with "." on a line by itself
44>>> This is a test encrypted message.
45>>> .
46??? 250
47<<< 250 OK id=10HmaX-0005vi-00
48>>> quit
49??? 221
50<<< 221 myhost.test.ex closing connection
51End of script
52Connecting to 127.0.0.1 port 1225 ... connected
53??? 220
54<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
55>>> ehlo rhu.barb
56??? 250-
57<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
58??? 250-
59<<< 250-SIZE 52428800
60??? 250-
61<<< 250-PIPELINING
62??? 250-
63<<< 250-STARTTLS
64??? 250
65<<< 250 HELP
66>>> mail from:<userx@test.ex>
67??? 250
68<<< 250 OK
69>>> rcpt to:<userx@test.ex>
70??? 550
71<<< 550 "You must encrypt"
72>>> quit
73??? 221
74<<< 221 myhost.test.ex closing connection
75End of script