summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0525
blob: 3e5a9ac1c069612bc3c1a4716f3dcf104e8c61ba (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
# Timeout while actually writing the data for a message
need_ipv4
#
server -t 20 PORT_S
220 Welcome
EHLO
250 Hi
MAIL FROM
250 OK
RCPT TO
250 OK
DATA
354 SEND
*sleep 3
****
write test-data 200000x80
mail from:<abc@xyz>
RCPT TO:<def@pqr> 
DATA
++++
.
quit
****
exim -v -odi -bs <test-data
****
no_msglog_check