mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Update readme.md mistypo
Correct MSA port 578 -> 587 Signed-off-by: kri164 <52274164+kri164@users.noreply.github.com>
This commit is contained in:
parent
2197a3bdbf
commit
8e1884e832
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ 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.
|
- This is only intended to run on a VPS with static ip-address.
|
||||||
- Check with `sudo netstat -tulpn` that no other service is using port 25, 143, 465, 578, 993 nor 4190 yet as otherwise the container will fail to start.
|
- 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.
|
||||||
- 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.
|
- 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.
|
||||||
- Currently, only `mail.$NC_DOMAIN` is supported as subdomain! So if Nextcloud is using `your-domain.com`, Stalwart will use `mail.your-domain.com`.
|
- 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!
|
- The data of Stalwart will be automatically included in AIOs backup solution!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue