git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
hosts_require_helo
[exim.git]
/
test
/
scripts
/
2100-OpenSSL
/
2137
1
# client: callout lazy-close, defers
2
need_ipv4
3
#
4
exim -bd -DSERVER=server -oX PORT_D
5
****
6
# cmdline -bs send, rcpt-time defer
7
exim -bs
8
helo test
9
mail from:<>
10
rcpt to:<rcpt_defer@test.ex>
11
quit
12
****
13
sleep 3
14
#
15
# cmdline -bs send, data-time defer
16
exim -bs
17
helo test
18
mail from:<>
19
rcpt to:<data_defer@test.ex>
20
data
21
Subject: test
22
23
body
24
.
25
quit
26
****
27
sleep 3
28
killdaemon
29
#
30
#
31
no_stdout_check
32
no_msglog_check