summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0157
blob: 291cb444be04888db563d3b3d8b16e3057bb124b (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
# relay by sender and host
exim -bh V4NET.0.0.1
helo test
mail from:<x@y.z>
rcpt to:<a@b.c>
rset
mail from:<userx@test.ex>
rcpt to:<a@b.c>
quit
****
exim -bh V4NET.0.0.2
helo test
mail from:<x@y.z>
rcpt to:<a@b.c>
rset
mail from:<userx@test.ex>
rcpt to:<a@b.c>
quit
****
exim -bh V4NET.0.0.3
helo test
mail from:<x@y.z>
rcpt to:<a@b.c>
rset
mail from:<userx@test.ex>
rcpt to:<a@b.c>
quit
****