Add new errors mail_4xx, data_4xx, lost_connection, tls_required.
[exim.git] / test / stdout / 2119
CommitLineData
54c5ebb1
PH
1Connecting to 127.0.0.1 port 1225 ... connected
2Attempting to start TLS
3SSL info: before/connect initialization
4SSL info: before/connect initialization
5SSL info: SSLv2/v3 write client hello A
6SSL info: SSLv3 read server hello A
7SSL info: SSLv3 read server certificate A
8SSL info: SSLv3 read server done A
9SSL info: SSLv3 write client key exchange A
10SSL info: SSLv3 write change cipher spec A
11SSL info: SSLv3 write finished A
12SSL info: SSLv3 flush data
13SSL info: SSLv3 read finished A
14SSL info: SSL negotiation finished successfully
15SSL info: SSL negotiation finished successfully
16SSL connection using AES256-SHA
17Succeeded in starting TLS
18??? 220
19<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
20>>> ehlo rhu.barb
21??? 250-
22<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
23??? 250-
24<<< 250-SIZE 52428800
25??? 250-
26<<< 250-PIPELINING
27??? 250
28<<< 250 HELP
29>>> mail from:<userx@test.ex>
30??? 250
31<<< 250 OK
32>>> rcpt to:<userx@test.ex>
33??? 250
34<<< 250 Accepted
35>>> DATA
36??? 3
37<<< 354 Enter message, ending with "." on a line by itself
38>>> This is a test encrypted message.
39>>> .
40??? 250
41<<< 250 OK id=10HmaX-0005vi-00
42>>> quit
43??? 221
44<<< 221 myhost.test.ex closing connection
45End of script
46Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
47Certificate file = aux-fixed/cert2
48Key file = aux-fixed/cert2
49Attempting to start TLS
50SSL info: before/connect initialization
51SSL info: before/connect initialization
52SSL info: SSLv2/v3 write client hello A
53SSL info: SSLv3 read server hello A
54SSL info: SSLv3 read server certificate A
55SSL info: SSLv3 read server certificate request A
56SSL info: SSLv3 read server done A
57SSL info: SSLv3 write client certificate A
58SSL info: SSLv3 write client key exchange A
59SSL info: SSLv3 write certificate verify A
60SSL info: SSLv3 write change cipher spec A
61SSL info: SSLv3 write finished A
62SSL info: SSLv3 flush data
63SSL info: SSLv3 read finished A
64SSL info: SSL negotiation finished successfully
65SSL info: SSL negotiation finished successfully
66SSL connection using AES256-SHA
67Succeeded in starting TLS
68??? 220
69<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
70>>> mail from:<userx@test.ex>
71??? 250
72<<< 250 OK
73>>> rcpt to:<userx@test.ex>
74??? 250
75<<< 250 Accepted
76>>> DATA
77??? 3
78<<< 354 Enter message, ending with "." on a line by itself
79>>> This is a test encrypted message from a verified host.
80>>> .
81??? 250
82<<< 250 OK id=10HmaY-0005vi-00
83>>> quit
84??? 221
85<<< 221 myhost.test.ex closing connection
86End of script