git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move QUICKACK disable as early as possible in server handling
[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