git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix string_copyn() for limit greater than actual string length
[exim.git]
/
test
/
scripts
/
1000-Basic-ipv6
/
1003
1
# interface selection (v4 vs v6) in outgoing SMTP
2
need_ipv4
3
need_ipv6
4
#
5
exim -DSERVER=server -bd -oX PORT_D
6
****
7
exim user4@h1.test.ex
8
9
1
10
interface: <; ::1 ; HOSTIPV4
11
****
12
exim user6@h3.test.ex
13
14
3
15
interface: <; ${if eq{0}{1}{HOSTIPV6}fail}
16
****
17
exim user6@h4.test.ex
18
19
4
20
interface: <; ${if eq{0}{1}{HOSTIPV6}{ }}
21
****
22
exim user6@h5.test.ex
23
24
5
25
interface: <; ${if
26
****
27
exim -qf
28
****
29
killdaemon
30
no_msglog_check