Add ACL name to debug output of condition result (bug 1238).
[exim.git] / test / stdout / 2103
CommitLineData
54c5ebb1
PH
1Connecting to ip4.ip4.ip4.ip4 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 [ip4.ip4.ip4.ip4]
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??? 550
39<<< 550 unacceptable cipher TLSv1:AES256-SHA:256
40>>> quit
41??? 221
42<<< 221 myhost.test.ex closing connection
43End of script
44Connecting to 127.0.0.1 port 1225 ... connected
45??? 220
46<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
47>>> ehlo rhu.barb
48??? 250-
49<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
50??? 250-
51<<< 250-SIZE 52428800
52??? 250-
53<<< 250-PIPELINING
54??? 250-
55<<< 250-STARTTLS
56??? 250
57<<< 250 HELP
58>>> starttls
59??? 220
60<<< 220 TLS go ahead
61Attempting to start TLS
62SSL info: before/connect initialization
63SSL info: before/connect initialization
64SSL info: SSLv2/v3 write client hello A
65SSL info: SSLv3 read server hello A
66SSL info: SSLv3 read server certificate A
67SSL info: SSLv3 read server done A
68SSL info: SSLv3 write client key exchange A
69SSL info: SSLv3 write change cipher spec A
70SSL info: SSLv3 write finished A
71SSL info: SSLv3 flush data
72SSL info: SSLv3 read finished A
73SSL info: SSL negotiation finished successfully
74SSL info: SSL negotiation finished successfully
75SSL connection using AES256-SHA
76Succeeded in starting TLS
77>>> helo rhu.barb
78??? 250
79<<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
80>>> mail from:<userx@test.ex>
81??? 250
82<<< 250 OK
83>>> rcpt to:<userx@test.ex>
84??? 250
85<<< 250 Accepted
86>>> DATA
87??? 3
88<<< 354 Enter message, ending with "." on a line by itself
89>>> This is a test encrypted message.
90>>> .
91??? 250
92<<< 250 OK id=10HmaX-0005vi-00
93>>> quit
94??? 221
95<<< 221 myhost.test.ex closing connection
96End of script