I’m trying to get mailcow work with default settings on a fresh alpine (aarch64) with no firewall (iptables and nftables only), but there is some network issue.
My issue is similar to the following : curl: (7) Failed to connect to “www.internic.net” port 443 after 3216 ms: Couldn’t connect to server.
I was not able to bypass this by disabling ipv6.
curl -vo /tmp/root.hints https://www.internic.net/domain/named.cache
works from host but not from unbound container
Ports seem to be closed for an outer computer in LAN:
My ip a from unbound container:
Here is ps aux | grep docker-proxy:
Seems like the problem is related to docker-proxy setup