Some test output changes caused by the addition of the DKIP lookup type.
[exim.git] / test / stdout / 2118
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 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
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 ??? 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
50 End of script
51 Connecting 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
74 End of script