]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/scripts/5300-ipliteral/5300
Fix reporting of 2-phase queue-runner daemon, in daemon start log line and in exiwhat
[user/henk/code/exim.git] / test / scripts / 5300-ipliteral / 5300
1 # domain literals (IPv4)
2 need_ipv4
3 #
4 exim -bt x@[V4NET.9.8.7] x@[127.0.0.1]
5 ****
6 1
7 exim -DALLOW=false -odq -f 'x@[10.9.8.7]' zz
8 ****
9 0
10 exim -odq -f 'y@[10.9.8.7]' zz
11 ****
12 0
13 exim -bp
14 ****
15 0
16 exim -odq -bs
17 MAIL FROM:<>
18 RCPT TO:<x@[1.2.3.4]>
19 RCPT TO:<x@[ipv4:1.2.3.4]>
20 quit
21 ****
22 no_msglog_check
23