My Mailcow is on Vultr, IPv6 enabled.
All necessary ports are opened on Vultr firewall.
Mailcow is running on Ubuntu 22.04 with ufw
disabled.
curl -6 https://ifconfig.co
on the server shows a correct IPv6 address.
However, when Mailcow starts, I get email from watchdog
saying “enable_ipv6 is true in docker-compose.yml, but an IPv6 link could not be established. Please verify your IPv6 connection.”
How should it be fixed?
Thanks.