git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc typo in $load_average
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0559
1
# SMTP still alive check before final response
2
need_ipv4
3
#
4
exim -DSERVER=server -bd -oX PORT_D
5
****
6
client -t5 127.0.0.1 PORT_D
7
??? 220
8
ehlo abcd
9
??? 250-
10
??? 250-
11
??? 250-
12
??? 250
13
mail from:<userx@test.ex>\r\nrcpt to:<userx@test.ex>\r\ndata
14
??? 250
15
??? 250
16
??? 354
17
This is a test message.
18
.
19
+++ 1
20
****
21
sleep 1
22
killdaemon