summaryrefslogtreecommitdiff
path: root/test/scripts/5400-cutthrough/5403
blob: ad1b44646c5f480d2377670176f04da1edc20795 (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
31
32
33
34
35
36
37
38
39
40
41
42
# cutthrough_delivery and -bhc
need_ipv4
munge loopback
no_msglog_check
#
# Despite config for cutthrough should not make onward conn
server -t -2 PORT_S
****
exim -bhc 1.2.3.4
EHLO myhost.test.ex
MAIL FROM:<CALLER@myhost.test.ex>
RCPT TO:<plain@domain.com>
DATA

.
QUIT
****
#
# Onward conn made for r-verify but cleared before DATA
server PORT_S
220 server ready
EHLO
250 OK
MAIL
250 OK
RCPT
250 OK
QUIT
220 OK
*eof
****
exim -bhc 1.2.3.4
EHLO myhost.test.ex
MAIL FROM:<sender@myhost.test.ex>
RCPT TO:<verify@domain.com>
DATA

.
QUIT
****
#
# End