git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Memory management: when running under the testsuite, check every string variable...
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0106
1
# SMTP outgoing timeout
2
need_ipv4
3
#
4
server PORT_S
5
220 ESMTP
6
EHLO
7
*sleep 4
8
****
9
exim -odi userx@domain1.com
10
.
11
****
12
sleep 1
13
server PORT_S
14
220 ESMTP
15
EHLO
16
250 OK
17
MAIL FROM
18
*sleep 4
19
****
20
exim -odi userx@domain2.com
21
.
22
****