esackbauer
We are not using ufw or firewalld.
The system uses a custom iptables configuration directly. Below is a summarized version of iptables -S to clarify:
INPUT is DROP by default, but we explicitly allow:
loopback (lo)
connections from trusted internal IPs
required service ports: 80, 443, 8080, 8443, etc.
Docker-related chains like DOCKER, DOCKER-USER, and MAILCOW are in place and accept the necessary internal traffic.
There is no blocking rule affecting 127.0.0.1 or the mailcow internal ports (8080/8443).
So, firewalls are not interfering with local connections or reverse proxy forwarding.
Thanks again for checking this out.
[unknown]
Yes, we already went through all the checks listed here:
👉 https://docs.mailcow.email/getstarted/prerequisite-system/
Our OS (Ubuntu 24.04) and architecture (ARM64 on KVM/OCI) fully meet the official requirements.
Thanks for asking and for your support!
[unknown]
Yes, we already went through all the checks listed here:
👉 https://docs.mailcow.email/getstarted/prerequisite-system/
Our OS (Ubuntu 24.04) and architecture (ARM64 on KVM/OCI) fully meet the official requirements.
Thanks for asking and for your support!
[unknown]
Yes, we already went through all the checks listed here:
👉 https://docs.mailcow.email/getstarted/prerequisite-system/
Our OS (Ubuntu 24.04) and architecture (ARM64 on KVM/OCI) fully meet the official requirements.
Thanks for asking and for your support!
[unknown]
Yes, we already went through all the checks listed here:
👉 https://docs.mailcow.email/getstarted/prerequisite-system/
Our OS (Ubuntu 24.04) and architecture (ARM64 on KVM/OCI) fully meet the official requirements.
Thanks for asking and for your support!
[unknown]
Yes, I’m using an official Oracle-provided Ubuntu ARM64 image.
Here’s the system info:
Distributor ID: Ubuntu
Description: Ubuntu 24.04.2 LTS
Release: 24.04
Codename: noble
Architecture: ARM64
It’s a standard Ubuntu image from Oracle Cloud Infrastructure, not a custom or modified build.
Mailcow works perfectly when accessed directly, without any external reverse proxy
he problems only appear when we try to configure our external Nginx reverse proxy (running on the same VM). At that point, Mailcow’s internal Nginx (listening on 127.0.0.1:8080 and 8443) stops responding to HTTP requests (hanging or no output).
We’ve double-checked all prerequisites as listed here:
🔗 https://docs.mailcow.email/getstarted/prerequisite-system/
Thanks again for your support
[unknown]
Yes, I’m using an official Oracle-provided Ubuntu ARM64 image.
Here’s the system info:
Distributor ID: Ubuntu
Description: Ubuntu 24.04.2 LTS
Release: 24.04
Codename: noble
Architecture: ARM64
It’s a standard Ubuntu image from Oracle Cloud Infrastructure, not a custom or modified build.
Mailcow works perfectly when accessed directly, without any external reverse proxy
he problems only appear when we try to configure our external Nginx reverse proxy (running on the same VM). At that point, Mailcow’s internal Nginx (listening on 127.0.0.1:8080 and 8443) stops responding to HTTP requests (hanging or no output).
We’ve double-checked all prerequisites as listed here:
🔗 https://docs.mailcow.email/getstarted/prerequisite-system/
Thanks again for your support