Move ESMPT LIMITS extension from experimental to mainline
[exim.git] / test / stdout / 4519
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 HELP
19 >>> MAIL FROM:<CALLER@bloggs.com>
20 ??? 250
21 <<< 250 OK
22 >>> RCPT TO:<z@test.ex>
23 ??? 250
24 <<< 250 Accepted
25 >>> DATA
26 ??? 354
27 <<< 354 Enter message, ending with "." on a line by itself
28 >>> Subject: simple test
29 >>> 
30 >>> Line 1: This is a simple test.
31 >>> Line 2: This is a simple test.
32 >>> ..Line 3 has a leading dot
33 >>> last line: 4
34 >>> .
35 ??? 250
36 <<< 250 OK id=10HmaZ-000000005vi-0000
37 >>> QUIT
38 ??? 221
39 <<< 221 testhost.test.ex closing connection
40 End of script
41 Connecting to 127.0.0.1 port 1224 ... connected
42 ??? 220
43 <<< 220 testhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
44 >>> EHLO xxx
45 ??? 250-
46 <<< 250-testhost.test.ex Hello xxx [127.0.0.1]
47 ??? 250-
48 <<< 250-SIZE 52428800
49 ??? 250-
50 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
51 ??? 250-
52 <<< 250-8BITMIME
53 ??? 250-
54 <<< 250-PIPELINING
55 ??? 250-
56 <<< 250-CHUNKING
57 ??? 250
58 <<< 250 HELP
59 >>> MAIL FROM:<CALLER@bloggs.com>
60 ??? 250
61 <<< 250 OK
62 >>> RCPT TO:<y@test.ex>
63 ??? 250
64 <<< 250 Accepted
65 >>> BDAT 129 LAST
66 >>> Subject: simple test
67 >>> 
68 >>> Line 1: This is a simple test.
69 >>> Line 2: This is a simple test.
70 >>> .Line 3 has a leading dot
71 >>> last line: 4
72 ??? 250-
73 <<< 250- 129 byte chunk, total 129
74 ??? 250
75 <<< 250 OK id=10HmbA-000000005vi-0000
76 >>> QUIT
77 ??? 221
78 <<< 221 testhost.test.ex closing connection
79 End of script