From 8e1884e832cca36452cf90353cafd7135c94f247 Mon Sep 17 00:00:00 2001 From: kri164 <52274164+kri164@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:13:34 +0100 Subject: [PATCH] Update readme.md mistypo Correct MSA port 578 -> 587 Signed-off-by: kri164 <52274164+kri164@users.noreply.github.com> --- community-containers/stalwart/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-containers/stalwart/readme.md b/community-containers/stalwart/readme.md index e18742d1..80c2c2fd 100644 --- a/community-containers/stalwart/readme.md +++ b/community-containers/stalwart/readme.md @@ -3,7 +3,7 @@ This container bundles stalwart mail server and auto-configures it for you. ### Notes - 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. - 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!