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
/
2000-GnuTLS
/
2037
1
# client: callout lazy-close, defers
2
gnutls
3
need_ipv4
4
#
5
exim -bd -DSERVER=server -oX PORT_D
6
****
7
# cmdline -bs send, rcpt-time defer
8
exim -bs
9
helo test
10
mail from:<>
11
rcpt to:<rcpt_defer@test.ex>
12
quit
13
****
14
sleep 3
15
#
16
# cmdline -bs send, data-time defer
17
exim -bs
18
helo test
19
mail from:<>
20
rcpt to:<data_defer@test.ex>
21
data
22
Subject: test
23
24
body
25
.
26
quit
27
****
28
sleep 3
29
killdaemon
30
#
31
#
32
no_stdout_check
33
no_msglog_check