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