mailcow / mailcow-ansiblerole

The official ansible role to setup mailcow using Ansible
GNU General Public License v3.0
75 stars 49 forks source link

CHG: allow and default to wildcard bind (v6 & v4) for HTTP & HTTPS #26

Closed domrim closed 1 year ago

domrim commented 2 years ago

0.0.0.0 for HTTP_BIND and HTTPS_BIND had the negative effect that the sockets were only IPv4 bound. By default this should be dualstack IMHO. So i decided to set the fields to '' (empty string) if mailcow__config_http_bind or mailcow__config_https_bindare set to none.

ntimo commented 1 year ago

Thank you 🙏