2a3824b7d22e57593e30f0e9cbc62b4e9a179ab8
[exim.git] / test / stdout / 4539
1 Connecting to 127.0.0.1 port 1224 ... connected
2 ??? 220
3 <<< 220 testhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> EHLO xxx
5 ??? 250-
6 <<< 250-testhost.test.ex Hello xxx [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250-
14 <<< 250-CHUNKING
15 ??? 250-
16 <<< 250-STARTTLS
17 ??? 250
18 <<< 250 HELP
19 >>> STARTTLS
20 ??? 220
21 <<< 220 TLS go ahead
22 Attempting to start TLS
23 Succeeded in starting TLS
24 >>> HELO xxx
25 ??? 250
26 <<< 250 testhost.test.ex Hello xxx [127.0.0.1]
27 >>> MAIL FROM:<CALLER@bloggs.com>
28 ??? 250
29 <<< 250 OK
30 >>> RCPT TO:<z@test.ex>
31 ??? 250
32 <<< 250 Accepted
33 >>> DATA
34 ??? 354
35 <<< 354 Enter message, ending with "." on a line by itself
36 >>> Subject: simple test
37 >>> 
38 >>> Line 1: This is a simple test.
39 >>> Line 2: This is a simple test.
40 >>> ..Line 3 has a leading dot
41 >>> last line: 4
42 >>> .
43 ??? 250
44 <<< 250 OK id=10HmaZ-0005vi-00
45 >>> QUIT
46 ??? 221
47 <<< 221 testhost.test.ex closing connection
48 End of script
49 Connecting to 127.0.0.1 port 1224 ... connected
50 ??? 220
51 <<< 220 testhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
52 >>> EHLO xxx
53 ??? 250-
54 <<< 250-testhost.test.ex Hello xxx [127.0.0.1]
55 ??? 250-
56 <<< 250-SIZE 52428800
57 ??? 250-
58 <<< 250-8BITMIME
59 ??? 250-
60 <<< 250-PIPELINING
61 ??? 250-
62 <<< 250-CHUNKING
63 ??? 250-
64 <<< 250-STARTTLS
65 ??? 250
66 <<< 250 HELP
67 >>> STARTTLS
68 ??? 220
69 <<< 220 TLS go ahead
70 Attempting to start TLS
71 Succeeded in starting TLS
72 >>> HELO xxx
73 ??? 250
74 <<< 250 testhost.test.ex Hello xxx [127.0.0.1]
75 >>> MAIL FROM:<CALLER@bloggs.com>
76 ??? 250
77 <<< 250 OK
78 >>> RCPT TO:<y@test.ex>
79 ??? 250
80 <<< 250 Accepted
81 >>> BDAT 129 LAST
82 >>> Subject: simple test
83 >>> 
84 >>> Line 1: This is a simple test.
85 >>> Line 2: This is a simple test.
86 >>> .Line 3 has a leading dot
87 >>> last line: 4
88 ??? 250-
89 <<< 250- 129 byte chunk, total 129
90 ??? 250
91 <<< 250 OK id=10HmbA-0005vi-00
92 >>> QUIT
93 ??? 221
94 <<< 221 testhost.test.ex closing connection
95 End of script