git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix tests 5400, 5401, 5410, 5420 to work under any user.
[users/heiko/exim.git]
/
test
/
scripts
/
5400-cutthrough
/
5401
1
# cutthrough_delivery triggered by recipient-verify
2
need_ipv4
3
#
4
server PORT_S
5
220 ESMTP
6
EHLO
7
250 OK
8
MAIL FROM:
9
250 Sender OK
10
RCPT TO:
11
250 Recipient OK
12
DATA
13
354 Send data
14
.
15
250 OK
16
QUIT
17
250 OK
18
****
19
exim -d-all+acl+transport -bs
20
EHLO myhost.test.ex
21
MAIL FROM:<CALLER@myhost.test.ex>
22
RCPT TO:<userx@domain.com>
23
DATA
24
25
.
26
QUIT
27
****