Testsuite: tidying
[exim.git] / test / scripts / 0000-Basic / 0285
CommitLineData
59371ea7
PH
1# max_rcpt and connection_max_messages (no parallelism)
2need_ipv4
3#
4exim -odq a b c d e f
5.
6****
7server PORT_S
8220 ESMTP
9EHLO
10250-OK
11250 HELP
12MAIL FROM:
13250 Sender OK
14RCPT TO:
15250 Recipient OK
16RCPT TO:
17250 Recipient OK
18DATA
19354 Send data
20.
21250 OK
22MAIL FROM:
23250 Sender OK
24RCPT TO:
25550 Recipient not OK
26RCPT TO:
27550 Recipient not OK
28RSET
29250 OK
30MAIL FROM:
31250 Sender OK
32RCPT TO:
33250 Recipient OK
34RCPT TO:
35250 Recipient OK
36DATA
37354 Send data
38.
39250 OK
40QUIT
41250 OK
42****
43exim -odi -q
44****
45exim -odq a b c d e f g h
46.
47****
48server PORT_S 2
49220 ESMTP
50EHLO
51250-OK
52250 HELP
53MAIL FROM:
54250 Sender OK
55RCPT TO:
56250 Recipient OK
57RCPT TO:
58250 Recipient OK
59DATA
60354 Send data
61.
62250 OK
63MAIL FROM:
64250 Sender OK
65RCPT TO:
66550 Recipient not OK
67RCPT TO:
68550 Recipient not OK
69RSET
70250 OK
71MAIL FROM:
72250 Sender OK
73RCPT TO:
74250 Recipient OK
75RCPT TO:
76250 Recipient OK
77DATA
78354 Send data
79.
80250 OK
81QUIT
82250 OK
83*eof
84220 ESMTP
85EHLO
86250-OK
87250 HELP
88MAIL FROM:
89250 Sender OK
90RCPT TO:
91250 Recipient OK
92RCPT TO:
93250 Recipient OK
94DATA
95354 Send data
96.
97250 OK
98QUIT
99250 OK
100****
101exim -odi -q
102****