-
-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Description
Hi, I'm trying to setup a simple mail forwarding server for my cloudpanel instance + docker anonaddy.
I can login into the admin panel but any action like adding a custom domain results in an error: Unauthenticated.
Basically i tried with the docker compose example https://github.com/anonaddy/docker/tree/master/examples/compose
but yet something is missing... but I have no clue what 😎 Thanks!
I was using mailcow before but its too much resource intensive, so now I hope to replace it with addy.io
If you want to test it here are the step to recreate my setup:
-
Install base os image + cloudpanel
https://www.cloudpanel.io/docs/v2/getting-started/other/ -
Login via ssh, then change user to root and install docker
https://www.cloudpanel.io/docs/v2/guides/applications/mailcow/#docker-installation -
Copy 3 files from /example/compose to for example /opt/addy
-
Edit files to your preferences and annotate the web server port (default is 8000)
-
docker compose up -d
-
Login into Cloudpanel, go to Sites > + Add Sites > Create a reverse proxy > set url to: http://127.0.0.1:8000
-
connect to web via http://example.com
If you have any suggestion or require more information ask and I will provide. Thanks