mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Update readme.md
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
parent
a67fe51bbc
commit
12e4b0d561
1 changed files with 7 additions and 13 deletions
|
|
@ -1,23 +1,17 @@
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> The Stalwart server is under development.
|
> Be aware that the mail server is the most difficult service to deploy.
|
||||||
>
|
>
|
||||||
> The stability of Stalwart services is not guaranteed.
|
> Do not use this feature as a main mail server or without a redundancy system and without knowledge.
|
||||||
> Do not use this feature as a main mail server without a redundancy system and without knowledge.
|
|
||||||
>
|
|
||||||
> To learn or use as a secondary server enjoy it and please report bugs at [docjyj/aio-stalwart](https://github.com/docjyj/aio-stalwart/issues).
|
|
||||||
|
|
||||||
## Stalwart mail server
|
## Stalwart mail server
|
||||||
This container bundles stalwart mail server and auto-configures it for you.
|
This container bundles stalwart mail server and auto-configures it for you.
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
- This is only intended to run on a VPS with static ip-address.
|
Documentation is available on the container repository.
|
||||||
- Check with `sudo netstat -tulpn` that no other service is using port 25, 143, 465, 587, 993 nor 4190 yet as otherwise the container will fail to start.
|
This documentation is regularly updated and is intended to be as simple and detailed as possible.
|
||||||
- You need to configure a reverse proxy in order to run this container since stalwart needs a dedicated (sub)domain! For that, you might have a look at https://github.com/nextcloud/all-in-one/tree/main/community-containers/caddy.
|
Thanks for all your feedback!
|
||||||
- Currently, only `mail.$NC_DOMAIN` is supported as subdomain! So if Nextcloud is using `your-domain.com`, Stalwart will use `mail.your-domain.com`.
|
|
||||||
- The data of Stalwart will be automatically included in AIOs backup solution!
|
- See https://github.com/docjyJ/aio-stalwart#getting-started for geting start with this container.
|
||||||
- After adding and starting the container, you need to run `docker inspect nextcloud-aio-stalwart | grep STALWART_USER_PASS` to obtain the system administrator password (username: `admin`). With this information, you can log in to the web interface at `https://mail.your-domain.com/login`
|
|
||||||
- See https://stalw.art/docs/install/docker/ for next steps.
|
|
||||||
- Additionally, you might want to install and configure [snappymail](https://apps.nextcloud.com/apps/snappymail) or [mail](https://apps.nextcloud.com/apps/mail) inside Nextcloud in order to use your mail accounts for sending and retrieving mails.
|
|
||||||
- See https://stalw.art/docs/faq for further faq and docs on the project
|
- See https://stalw.art/docs/faq for further faq and docs on the project
|
||||||
- See https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers how to add it to the AIO stack
|
- See https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers how to add it to the AIO stack
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue