Update to protocol used by avast 2.2.0 (Multiline responses) (Bug 2112)
[exim.git] / test / scripts / 1000-Basic-ipv6 / 1003
CommitLineData
59371ea7
PH
1# interface selection (v4 vs v6) in outgoing SMTP
2need_ipv4
3need_ipv6
4#
5exim -DSERVER=server -bd -oX PORT_D
6****
7exim userx@test.ex
8hosts: 127.0.0.1
9interface: <; ::1 ; HOSTIPV4
10****
11exim userx@test.ex
12hosts: <; ::1
13interface: <; HOSTIPV6 ; HOSTIPV4
14****
15exim userx@test.ex
16hosts: <; ::1
17interface: <; ${if eq{0}{1}{HOSTIPV6}fail}
18****
19exim userx@test.ex
20hosts: <; ::1
21interface: <; ${if eq{0}{1}{HOSTIPV6}{ }}
22****
23exim userx@test.ex
24hosts: <; ::1
25interface: <; ${if
26****
27exim -qf
28****
29killdaemon
30no_msglog_check