-
Notifications
You must be signed in to change notification settings - Fork 238
Description
Preinformation: ubuntu server (24.04) vps runs docker with containers for
- nginx
- gitea (works fine behind reverse proxy)
- postgreSQL
- mailcow
Documentation Status: The documentation shows a workaround with iptables and links two blog articles.
- first link is blog.donnex.net/docker-and-iptables-filtering/ gives empty html
- second link can be reached unrouted.io
- (version of master that's meant: docs/getstarted/prerequisite-system.de.md -> add ICMP requirement for outgoing connections #805)
Issue:
The documentation gives a workaround from 2017 for iptables. Since ubuntu 20.04 uses iptables-nft and the command iptables is like a wrapper around nfttables (for now). It is also meantioned inside the mailcow blog -> add nfttables support.
The community works with nfttables. -> Issues inside mailcow-dockerized
- (Compatibility Issue Between iptables-nft, nftables and netfilter-mailcow mailcow-dockerized#5847)
- (Updating to mailcow 2024-01e with Docker 25.0.3 breaks iptables / UFW usage on Debian 10 mailcow-dockerized#5735)
Or Forum still refers to iptables: (https://community.mailcow.email/d/2713-how-to-secure-mailcow-server-with-a-firewall-in-ubuntu)
Conclusion: The docs should be updated? But I am still in learning phase. Can someone with more knowledge help out please? (Or do I miss something here?)
Thanks.