More test commits.
[exim.git] / test / stdout / 2003
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
19Succeeded in starting TLS
20>>> mail from:<userx@test.ex>
21??? 250
22<<< 250 OK
23>>> rcpt to:<userx@test.ex>
24??? 550
25<<< 550 unacceptable cipher TLS-1.0:RSA_AES_256_CBC_SHA1:32
26>>> quit
27??? 221
28<<< 221 myhost.test.ex closing connection
29End of script
30Connecting to 127.0.0.1 port 1225 ... connected
31??? 220
32<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
33>>> ehlo rhu.barb
34??? 250-
35<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
36??? 250-
37<<< 250-SIZE 52428800
38??? 250-
39<<< 250-PIPELINING
40??? 250-
41<<< 250-STARTTLS
42??? 250
43<<< 250 HELP
44>>> starttls
45??? 220
46<<< 220 TLS go ahead
47Attempting to start TLS
48Succeeded in starting TLS
49>>> helo rhu.barb
50??? 250
51<<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
52>>> mail from:<userx@test.ex>
53??? 250
54<<< 250 OK
55>>> rcpt to:<userx@test.ex>
56??? 250
57<<< 250 Accepted
58>>> DATA
59??? 3
60<<< 354 Enter message, ending with "." on a line by itself
61>>> This is a test encrypted message.
62>>> .
63??? 250
64<<< 250 OK id=10HmaX-0005vi-00
65>>> quit
66??? 221
67<<< 221 myhost.test.ex closing connection
68End of script