Setting up stalwart mail server with CPM as reverse proxy #139
Replies: 1 comment
Please raise an issue for this |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I would like to set up stalwart mail server using CPM as reverse proxy.
As per Stalwart docs, it needs L4 to be able to forward the mail ports (25, 465, 993, 4190) and follow this set up :
https://stalw.art/docs/server/reverse-proxy/caddy.
I am trying to do it in CPM via L4 Proxy Hosts. An exemple for port 25 as follow (and I tried to create one for each relevant port) :

First of all, is that the way to achieve it ?
When I validate this set up, I get this :

Then, my l4 container doesn't not work anymore and I have to delete the l4compose file in the volume to remove the config and restart the container.
Do you have any advice to better achieve the stalwart reverse proxying through CPM ?
Thank you in advance.
All reactions