summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0029
blob: d1f297e24485e2271f49e2f8a64af64c2148fc54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ACL with sender=address
exim -bs
mail from:<ok@test.ex>
rcpt to:<a@b1>
rset
mail from:<notok@test.ex>
rcpt to:<a@b2>
rset
mail from:<notok@abc.test.ex>
rcpt to:<a@b3>
rset
mail from:<notok@xyz.test.ex>
rcpt to:<a@b4>
quit
****