hosts_require_helo
[exim.git] / test / scripts / 0000-Basic / 0505
1 # check illegally placed ACL control modifiers
2 exim -DACL=smtp_data -DCONTROL=submission -bs
3 helo test
4 mail from:<>
5 rcpt to:<userx@x.y>
6 data
7 Rhubarb
8 .
9 quit
10 ****
11 exim -DACL=smtp_predata -DCONTROL=submission -bs
12 helo test
13 mail from:<>
14 rcpt to:<userx@x.y>
15 data
16 Rhubarb
17 .
18 quit
19 ****
20 exim -DACL=smtp_helo -DCONTROL=submission -bs
21 ehlo xxx
22 quit
23 ****
24 exim -DACL=smtp_quit -DCONTROL=freeze -bs
25 quit
26 ****
27 1
28 exim -DACL=not_smtp -DCONTROL=enforce_sync -oep userx
29 ****
30 exim -DACL=smtp_connect -DCONTROL=queue_only -bs
31 ****
32 no_msglog_check