Move ESMPT LIMITS extension from experimental to mainline
[exim.git] / test / stdout / 0460
1 Connecting to 127.0.0.1 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 [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 HELP
17 >>> mail from:<userx@test.ex>
18 ??? 250
19 <<< 250 OK
20 >>> rcpt to:<userx@test.ex>
21 ??? 250
22 <<< 250 Accepted
23 >>> DATA
24 ??? 3
25 <<< 354 Enter message, ending with "." on a line by itself
26 >>> From: x@y
27 >>> To: some@one
28 >>> Subject: contains >\n< bare lf
29 >>> Aheader: Another header line
30 >>> 
31 >>> This is the message body.
32 >>> .
33 ??? 2
34 <<< 250 OK id=10HmaX-000000005vi-0000
35 >>> mail from:<userx@test.ex>
36 ??? 250
37 <<< 250 OK
38 >>> rcpt to:<userx@test.ex>
39 ??? 250
40 <<< 250 Accepted
41 >>> DATA
42 ??? 3
43 <<< 354 Enter message, ending with "." on a line by itself
44 >>> From: x@y\nBheader: some text
45 >>> To: some@one
46 >>> Subject: contains >\n< bare lf
47 >>> Aheader: Another header line
48 >>> 
49 >>> This is the message body.
50 >>> .
51 ??? 2
52 <<< 250 OK id=10HmaY-000000005vi-0000
53 >>> QUIT
54 ??? 221
55 <<< 221 myhost.test.ex closing connection
56 End of script