summaryrefslogtreecommitdiff
path: root/test/scripts/5400-cutthrough/5404
blob: dbe7ef3c54b47a1dd5f3f5e46656547aa5b3f421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# cutthrough_delivery with MAIL SIZE=
need_ipv4
munge loopback
#
server PORT_S
220 ESMTP
EHLO
250-OK
250 SIZE 65536
MAIL FROM:<fred@myhost.test.ex> SIZE=1123
250 Sender OK
RCPT TO:
250 Recipient OK
DATA
354 Send data
.
250 OK
QUIT
250 OK
****
exim -bs
EHLO myhost.test.ex
MAIL FROM:<fred@myhost.test.ex> SIZE=99
RCPT TO:<userx@domain.com>
DATA

.
QUIT
****
# End