-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add an example for CloudPanel? #309
Comments
I tried editing Vhost, i looks like so:
|
docker ps
|
Please try setting |
Alias creation works. Let me check if everything else works 💪 |
It works. I have some delivirability problems tho. In particular gmail for example says that the email was not encrypted. |
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
The text was updated successfully, but these errors were encountered: