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
/
0549
1
# no_pipelining
2
need_ipv4
3
#
4
exim -DSERVER=server -bd -oX PORT_D
5
****
6
client 127.0.0.1 PORT_D
7
??? 220
8
ehlo abcd
9
??? 250-
10
??? 250-
11
??? 250-
12
??? 250
13
quit
14
??? 221
15
****
16
client HOSTIPV4 PORT_D
17
??? 220
18
ehlo abcd
19
??? 250-
20
??? 250-
21
??? 250-
22
??? 250-
23
??? 250
24
quit
25
??? 221
26
****
27
killdaemon