summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0234
blob: 41eaafa722c8871153459314cbb2e678bc80d960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# @mx_any
need_ipv4
#
exim -bh V4NET.0.0.0
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
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
****