summaryrefslogtreecommitdiff
path: root/test/scripts/1000-Basic-ipv6/1003
blob: 646b1b4a3b320653032bbc493bca32c809e623ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# interface selection (v4 vs v6) in outgoing SMTP
need_ipv4
need_ipv6
#
exim -DSERVER=server -bd -oX PORT_D
****
exim userx@test.ex
hosts: 127.0.0.1
interface: <; ::1 ; HOSTIPV4
****
exim userx@test.ex
hosts: <; ::1
interface: <; HOSTIPV6 ; HOSTIPV4
****
exim userx@test.ex
hosts: <; ::1
interface: <; ${if eq{0}{1}{HOSTIPV6}fail}
****
exim userx@test.ex
hosts: <; ::1
interface: <; ${if eq{0}{1}{HOSTIPV6}{  }}
****
exim userx@test.ex
hosts: <; ::1
interface: <; ${if 
****
exim -qf
****
killdaemon
no_msglog_check