ULLLUPOLLLLO hello, im having an issue when i try to start mailcow dockerized: postfix and nginx are not starting up anyone knows how to solve this problem?
D4niel ULLLUPOLLLLO anyone knows how to solve this problem Not without any logs. docker compose logsfor example.
esackbauer Do you have already something else running on ports 80, 443 or 25, 587? Mailcow expects to use those ports with the IP address of the host. https://docs.mailcow.email/prerequisite/prerequisite-system/?h=ports#firewall-ports
ULLLUPOLLLLO ok problemo solved port 80 was used by nginx, i removed nginx and now everything is working fine. But i need to have installed nginx too is it possible?
esackbauer Its possible but it depends on what that nginx is supposed to do. Its a matter of NAT and/or reverse proxy.
esackbauer Then you should understand the concept of reverse proxies and then customize accordingly to the link I mentioned above.