OK my issue is that the unbound service doesn’t work behind a wireguard vpn from Nordvpn when was on the unprotected not work it worked testing othe providers to see if the issue is with them
English
Container mailcowdockerized-unbound-mailcow-1 is unhealthy
Have something to say?
Join the community by quickly registering to participate in this discussion. We'd like to see you joining our great moo-community!
Since the server is in a VPN protected subnet it couldn’t resolve DNS even though dig shows clearly the the domains are accessible
added dns servers to the conf file fixed the issue
- Edited
Hey there,
I know this is a bit late, but in case you’re still looking for a solution—or if someone else stumbles upon this thread—here’s what you need to know:
I’m also a Dashserv customer, and this issue is due to a limitation with their DNS. To fix it and get everything running smoothly, check out this post: n.
If that link is no longer accessible, you can manually adjust your configuration with the following steps:
cd /opt/mailcow-dockerized
echo "forward-zone:
name: \".\"
forward-addr: 1.1.1.1
forward-addr: 1.0.0.1" >> data/conf/unbound/unbound.conf
docker compose restart unbound-mailcow
This should resolve the issue