From 50ba658fbd78e575abf06b34f710815984c6ea8e Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Thu, 13 Mar 2025 17:19:02 +0100 Subject: [PATCH] chore(doc): add extra step for container --- .devcontainer/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/readme.md b/.devcontainer/readme.md index 9ed088561..f588c4d72 100644 --- a/.devcontainer/readme.md +++ b/.devcontainer/readme.md @@ -17,7 +17,9 @@ Simply clone the source code of the SOGo repo and open id with Visual Code Studi When it's all build, go to http://127.0.0.1/SOGo. You have 3 users to login with: `sogo-tests1`, `sogo-tests2`, `sogo-tests3` with all the same password `sogo` -You can only send mail and receive mail within the domain `example.org` +You can only send mail and receive mail among those three users. + +**If you have troubles, you may need to build sogo once, see the next section for that.** ## How to work on SOGo