summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0525
blob: d5902653aa49020b7580babba40c195fdf8b381e (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 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