summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0234
blob: 018421333652da48b8863fc33bbdcc4ace90570c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# @mx_any
need_ipv4
#
exim -bh V4NET.0.0.0
helo test
mail from:<a@b>
rcpt to:<c@d>
rcpt to:<e@mxt1.test.ex>
rcpt to:<f@mxt6.test.ex>
quit
****
sudo exim -bs -oMa V4NET.0.0.0
helo test
mail from:<a@b>
rcpt to:<c@d>
rcpt to:<e@mxt1.test.ex>
rcpt to:<f@mxt6.test.ex>
rcpt to:<g@mxt98.test.ex>
quit
****