summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0145
blob: 1c624ab42188512d4fef765e0b76ef21c2e4ab85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# MX pointing to IP address not allowed
2
exim -bt x@mxt10.test.ex
****
exim -bh V4NET.9.8.7
helo test
mail from:<x@mxt10.test.ex>
rcpt to:<x@y>
quit
****
exim -bh V4NET.9.8.7
helo test
mail from:<x@ten-1.test.ex>
rcpt to:<x@mxt10.test.ex>
quit
****