Hey all
Updating to 2025-03a on Ubuntu 20.04.6 I hit this problem:
What is this iptables chain protecting us against?
Chain MAILCOW (2 references)
target prot opt source destination
DROP tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 3306,6379,8983,12345
I canโt seem to find anything in my mailcow that is listening on these ports
3306 would be the mariadb server in the mysql-mailcow container, but that port number is not bound to anything that is accessible. The mariadb instance is bound to port 13306 on localhost.
The other ports donโt seem to have any relevance.
Thanks