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
/
0561
1
# queue_only_load and queue_only_load_latch
2
need_ipv4
3
#
4
exim -bs
5
mail from:<>
6
rcpt to:<userx@test.ex>
7
data
8
Message 1.
9
.
10
mail from:<>
11
rcpt to:<usery@test.ex>
12
data
13
Message 2.
14
.
15
quit
16
****
17
exim -DSERVER=server -bd -oX PORT_D
18
****
19
exim -qq
20
****
21
sleep 1
22
killdaemon
23
exim -DQOLL=false -DSERVER=server -bd -oX PORT_D
24
****
25
exim -qq
26
****
27
sleep 1
28
killdaemon
29
#
30
exim -bs -DQOLL=false
31
mail from:<>
32
rcpt to:<userx@test.ex>
33
data
34
Message 3.
35
.
36
mail from:<>
37
rcpt to:<usery@test.ex>
38
data
39
Message 4.
40
.
41
quit
42
****
43
no_msglog_check