Improve the consistency of logging incoming and outgoing interfaces.
[exim.git] / test / stdout / 2103.debian8
CommitLineData
28e8a0f7
HSHR
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-8BITMIME
11??? 250-
12<<< 250-PIPELINING
13??? 250-
14<<< 250-STARTTLS
15??? 250
16<<< 250 HELP
17>>> starttls
18??? 220
19<<< 220 TLS go ahead
20Attempting to start TLS
21SSL info: before/connect initialization
22SSL info: before/connect initialization
23SSL info: SSL negotiation finished successfully
24SSL info: SSL negotiation finished successfully
25SSL connection using AES256-SHA
26Succeeded in starting TLS
27>>> mail from:<userx@test.ex>
28??? 250
29<<< 250 OK
30>>> rcpt to:<userx@test.ex>
31??? 550
32<<< 550 unacceptable cipher TLSv1:AES256-SHA:256
33>>> quit
34??? 221
35<<< 221 myhost.test.ex closing connection
36End of script
37Connecting to 127.0.0.1 port 1225 ... connected
38??? 220
39<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
40>>> ehlo rhu.barb
41??? 250-
42<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
43??? 250-
44<<< 250-SIZE 52428800
45??? 250-
46<<< 250-8BITMIME
47??? 250-
48<<< 250-PIPELINING
49??? 250-
50<<< 250-STARTTLS
51??? 250
52<<< 250 HELP
53>>> starttls
54??? 220
55<<< 220 TLS go ahead
56Attempting to start TLS
57SSL info: before/connect initialization
58SSL info: before/connect initialization
59SSL info: SSL negotiation finished successfully
60SSL info: SSL negotiation finished successfully
61SSL connection using AES256-SHA
62Succeeded in starting TLS
63>>> helo rhu.barb
64??? 250
65<<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
66>>> mail from:<userx@test.ex>
67??? 250
68<<< 250 OK
69>>> rcpt to:<userx@test.ex>
70??? 250
71<<< 250 Accepted
72>>> DATA
73??? 3
74<<< 354 Enter message, ending with "." on a line by itself
75>>> This is a test encrypted message.
76>>> .
77??? 250
78<<< 250 OK id=10HmaX-0005vi-00
79>>> quit
80??? 221
81<<< 221 myhost.test.ex closing connection
82End of script