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.
Thanks

