summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0025
blob: 3ed7cf6df26206c20b42267165f4939a7c517b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ACL with -bs
exim -odi -bs
helo test
mail from:<x@y>
rcpt to:<userx@test.ex>
rcpt to:<x@y>
rcpt to:<x@ten-1.test.ex>
rset
mail from:<userx@test.ex>
rcpt to:<userx@test.ex>
rcpt to:<x@y>
rcpt to:<x@ten-1.test.ex>
data
Message 1
.
quit
****