Hopefully the final lot of test files.
[exim.git] / test / scripts / 5300-ipliteral / 5301
1 # domain literals (IPv6)
2 need_ipv6
3 #
4 exim -bt x@[abcd::dcba] x@[IPv6:cba::abc]
5 ****
6 exim -DD6=disable_ipv6 -bt x@[abcd::dcba] x@[IPv6:cba::abc]
7 ****
8 0
9 exim -odq -bs
10 MAIL FROM:<>
11 RCPT TO:<x@[3ffe:ffff:836f:0a00:000a:0800:200a:c031]>
12 RCPT TO:<x@[ipv6:3ffe:ffff:836f:0a00:000a:0800:200a:c031]>
13 quit
14 ****