I have been running mailcow now for a couple of months and last night i did a update and now nothing works.
after somedigging found out that the Mailcow containers only bind on IPv6 and not IPv4
root@nvds:/opt/mailcow-dockerized# netstat -tulpn | grep LISTEN
tcp 0 0 127.0.0.1:7654 0.0.0.0:* LISTEN 19961/docker-proxy
tcp 0 0 127.0.0.1:18983 0.0.0.0:* LISTEN 19782/docker-proxy
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 21693/docker-proxy
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 447/sshd
tcp 0 0 127.0.0.1:19991 0.0.0.0:* LISTEN 20984/docker-proxy
tcp 0 0 127.0.0.1:13306 0.0.0.0:* LISTEN 20695/docker-proxy
tcp 0 0 127.0.0.1:8443 0.0.0.0:* LISTEN 21661/docker-proxy
tcp6 0 0 :::993 :::* LISTEN 21073/docker-proxy
tcp6 0 0 :::995 :::* LISTEN 21022/docker-proxy
tcp6 0 0 :::9000 :::* LISTEN 859/docker-proxy
tcp6 0 0 :::587 :::* LISTEN 21036/docker-proxy
tcp6 0 0 :::110 :::* LISTEN 21161/docker-proxy
tcp6 0 0 :::143 :::* LISTEN 21121/docker-proxy
tcp6 0 0 :::80 :::* LISTEN 16937/docker-proxy
tcp6 0 0 :::465 :::* LISTEN 21087/docker-proxy
tcp6 0 0 :::22 :::* LISTEN 447/sshd
tcp6 0 0 :::8088 :::* LISTEN 12512/docker-proxy
tcp6 0 0 :::25 :::* LISTEN 21139/docker-proxy
tcp6 0 0 :::443 :::* LISTEN 16925/docker-proxy
tcp6 0 0 :::4190 :::* LISTEN 21010/docker-proxy
tcp6 0 0 :::8000 :::* LISTEN 916/docker-proxy
tcp6 0 0 :::2368 :::* LISTEN 733/docker-proxy
Ports 8080 and 8443 are the mailcow-nginx when going to the webpage i get following message:
is there a new config option since the update that i am missing ?