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