git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Track tainted data and refuse to expand it
[users/heiko/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@h2.test.ex
13
14
2
15
interface: <; HOSTIPV6 ; HOSTIPV4
16
****
17
exim user6@h3.test.ex
18
19
3
20
interface: <; ${if eq{0}{1}{HOSTIPV6}fail}
21
****
22
exim user6@h4.test.ex
23
24
4
25
interface: <; ${if eq{0}{1}{HOSTIPV6}{ }}
26
****
27
exim user6@h5.test.ex
28
29
5
30
interface: <; ${if
31
****
32
exim -qf
33
****
34
killdaemon
35
no_msglog_check