summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0043
blob: 63a0f99c08a6384145e44791f4cb1ef5572b468d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Sender and recipient verification
exim -bh V4NET.0.0.97
ehlo exim.test.ex
mail from:junkjunk@exim.test.ex
rcpt to:<postmaster@exim.test.ex>
rset
mail from:postmaster@exim.test.ex
rcpt to:postmaster@exim.test.ex
rcpt to:junkjunk@exim.test.ex
rcpt to:fail@exim.test.ex
quit