Hi Arthur,
On Fri, May 13, 2016 at 05:41:50PM +0300, Arthur ??i??eic?? wrote:
> Hi,
>
> With the 1.6.5 upgrade I see that a configuration like this
>
> listen tcp-imap
> bind 1.2.3.4:143 name imap-v4
>
> will make haproxy listen on all ipv4 addresses instead.
>
> # ss -ltnp | column -t| grep 143
> LISTEN 0 50 *:143 *:* users:(("haproxy",pid=13010,fd=19))
>
> IPv6 works as advertised.
I can't reproduce this behaviour :
$ ss -ltnp | grep 1143|column -t
LISTEN 0 128 1.2.3.4:1143 *:* users:(("haproxy",pid=7547,fd=4))
Are you certain you didn't change the bind address without restarting
or anything like this ? I guess so but I'm trying to find a rationale
reason. What version did not exhibit this behaviour previously ?
Thanks,
Willy