More test commits.
[exim.git] / test / stdout / 2102
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:<CALLER@test.ex>
35 ??? 250
36 <<< 250 OK
37 >>> rcpt to:<CALLER@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 ip4.ip4.ip4.ip4 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 [ip4.ip4.ip4.ip4]
57 ??? 250-
58 <<< 250-SIZE 52428800
59 ??? 250-
60 <<< 250-PIPELINING
61 ??? 250-
62 <<< 250-STARTTLS
63 ??? 250
64 <<< 250 HELP
65 >>> starttls
66 ??? 220
67 <<< 220 TLS go ahead
68 Attempting to start TLS
69 SSL info: before/connect initialization
70 SSL info: before/connect initialization
71 SSL info: SSLv2/v3 write client hello A
72 SSL info: SSLv3 read server hello A
73 SSL info: SSLv3 read server certificate A
74 SSL info: SSLv3 read server certificate request A
75 SSL info: SSLv3 read server done A
76 SSL info: SSLv3 write client certificate A
77 SSL info: SSLv3 write client key exchange A
78 SSL info: SSLv3 write change cipher spec A
79 SSL info: SSLv3 write finished A
80 SSL info: SSLv3 flush data
81 SSL info: SSLv3 read finished A
82 SSL info: SSLv3 read finished A
83 pppp:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:dddd:SSL alert number 40
84 Failed to start TLS
85 End of script
86 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
87 Certificate file = TESTSUITE/aux-fixed/cert2
88 Key file = TESTSUITE/aux-fixed/cert2
89 ??? 220
90 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
91 >>> ehlo rhu.barb
92 ??? 250-
93 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
94 ??? 250-
95 <<< 250-SIZE 52428800
96 ??? 250-
97 <<< 250-PIPELINING
98 ??? 250-
99 <<< 250-STARTTLS
100 ??? 250
101 <<< 250 HELP
102 >>> starttls
103 ??? 220
104 <<< 220 TLS go ahead
105 Attempting to start TLS
106 SSL info: before/connect initialization
107 SSL info: before/connect initialization
108 SSL info: SSLv2/v3 write client hello A
109 SSL info: SSLv3 read server hello A
110 SSL info: SSLv3 read server certificate A
111 SSL info: SSLv3 read server certificate request A
112 SSL info: SSLv3 read server done A
113 SSL info: SSLv3 write client certificate A
114 SSL info: SSLv3 write client key exchange A
115 SSL info: SSLv3 write certificate verify A
116 SSL info: SSLv3 write change cipher spec A
117 SSL info: SSLv3 write finished A
118 SSL info: SSLv3 flush data
119 SSL info: SSLv3 read finished A
120 SSL info: SSL negotiation finished successfully
121 SSL info: SSL negotiation finished successfully
122 SSL connection using AES256-SHA
123 Succeeded in starting TLS
124 >>> mail from:<CALLER@test.ex>
125 ??? 250
126 <<< 250 OK
127 >>> rcpt to:<CALLER@test.ex>
128 ??? 250
129 <<< 250 Accepted
130 >>> DATA
131 ??? 3
132 <<< 354 Enter message, ending with "." on a line by itself
133 >>> This is a test encrypted message from a verified host.
134 >>> .
135 ??? 250
136 <<< 250 OK id=10HmaY-0005vi-00
137 >>> quit
138 ??? 221
139 <<< 221 myhost.test.ex closing connection
140 End of script
141
142 **** SMTP testing session as if from host 10.0.0.1
143 **** but without any ident (RFC 1413) callback.
144 **** This is not for real!
145
146 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
147 503 STARTTLS command used when not advertised
148 221 myhost.test.ex closing connection