Hi All
same here, fresh ubuntu 24.04 LTS minimal install, first ipv6 was going to be disabled automatically. Then i checked everything, the host is able to complete all checks in ipv4/ipv6. I tried ./update.sh, the I got the same result:
Checking IPv6 settings…
Starting mailcow…
[+] up 1/1
[+] up 3/7 mailcowdockerized_mailcow-network Created 0.1s
[+] up 7/11mailcowdockerized_mailcow-network Created 0.1s
✔ Network mailcowdockerized_mailcow-network Created 0.1s
✔ Container mailcowdockerized-unbound-mailcow-1 Created 0.2s
[+] up 16/17 mailcowdockerized-netfilter-mailcow-1 Created 0.2s
[+] up 17/18ailcowdockerized_mailcow-network Created 0.1s
[+] up 19/19ailcowdockerized_mailcow-network Created 0.1s
✔ Network mailcowdockerized_mailcow-network Created 0.1ss
✘ Container mailcowdockerized-unbound-mailcow-1 Error dependency unbound-mailcow failed to start 92.0s
✔ Container mailcowdockerized-netfilter-mailcow-1 Created 0.2ss
✔ Container mailcowdockerized-sogo-mailcow-1 Created 0.2ss
✔ Container mailcowdockerized-dockerapi-mailcow-1 Created 0.2ss
✔ Container mailcowdockerized-olefy-mailcow-1 Created 0.2ss
✔ Container mailcowdockerized-memcached-mailcow-1 Created 0.2ss
✔ Container mailcowdockerized-redis-mailcow-1 Created 0.2ss
✔ Container mailcowdockerized-clamd-mailcow-1 Created 0.2ss
✔ Container mailcowdockerized-postfix-tlspol-mailcow-1 Created 0.1ss
✔ Container mailcowdockerized-mysql-mailcow-1 Created 0.1ss
✔ Container mailcowdockerized-postfix-mailcow-1 Created 0.1ss
✔ Container mailcowdockerized-dovecot-mailcow-1 Created 0.1ss
✔ Container mailcowdockerized-php-fpm-mailcow-1 Created 0.1ss
✔ Container mailcowdockerized-ofelia-mailcow-1 Created 0.1ss
✔ Container mailcowdockerized-rspamd-mailcow-1 Created 0.1ss
✔ Container mailcowdockerized-nginx-mailcow-1 Created 0.1ss
✔ Container mailcowdockerized-acme-mailcow-1 Created 0.1ss
✔ Container mailcowdockerized-watchdog-mailcow-1 Created 0.1ss
dependency failed to start: container mailcowdockerized-unbound-mailcow-1 is unhealthy
Collecting garbage…
there is allways entering a block rule at the end of iptables:
iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy DROP)
target prot opt source destination
MAILCOW 0 – 0.0.0.0/0 0.0.0.0/0 /* mailcow */
DOCKER-USER 0 – 0.0.0.0/0 0.0.0.0/0
DOCKER-FORWARD 0 – 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain DOCKER (2 references)
target prot opt source destination
ACCEPT 6 – 0.0.0.0/0 10.141.97.250 tcp dpt:12345
ACCEPT 6 – 0.0.0.0/0 10.141.97.250 tcp dpt:4190
ACCEPT 6 – 0.0.0.0/0 10.141.97.250 tcp dpt:995
ACCEPT 6 – 0.0.0.0/0 10.141.97.250 tcp dpt:993
ACCEPT 6 – 0.0.0.0/0 10.141.97.250 tcp dpt:143
ACCEPT 6 – 0.0.0.0/0 10.141.97.250 tcp dpt:110
ACCEPT 6 – 0.0.0.0/0 10.141.97.5 tcp dpt:3306
ACCEPT 6 – 0.0.0.0/0 10.141.97.249 tcp dpt:6379
DROP 0 – 0.0.0.0/0 0.0.0.0/0
DROP 0 – 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-BRIDGE (1 references)
target prot opt source destination
DOCKER 0 – 0.0.0.0/0 0.0.0.0/0
DOCKER 0 – 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-CT (1 references)
target prot opt source destination
ACCEPT 0 – 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
ACCEPT 0 – 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
Chain DOCKER-FORWARD (1 references)
target prot opt source destination
DOCKER-CT 0 – 0.0.0.0/0 0.0.0.0/0
DOCKER-INTERNAL 0 – 0.0.0.0/0 0.0.0.0/0
DOCKER-BRIDGE 0 – 0.0.0.0/0 0.0.0.0/0
ACCEPT 0 – 0.0.0.0/0 0.0.0.0/0
ACCEPT 0 – 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-INTERNAL (1 references)
target prot opt source destination
Chain DOCKER-USER (1 references)
target prot opt source destination
Chain MAILCOW (1 references)
target prot opt source destination
DROP 6 – 0.0.0.0/0 0.0.0.0/0 /* mailcow isolation */
how can i properly disable this block rule?
Thanks & Best Regards
René