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