From 5baa02f8843663eae93868c82265e127ebd1b7c5 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Sat, 6 Apr 2024 21:51:53 +0200 Subject: [PATCH] Update README for Stalwart mail. --- README.md | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/README.md b/README.md index 3ae55f0..d8a74aa 100644 --- a/README.md +++ b/README.md @@ -52,32 +52,4 @@ When starting the container for the first time, run the initial setup: ``` docker exec -it mailserver /bin/sh /usr/local/bin/configure.sh ``` - -After that you need to tell Stalwart where the SSL certificate files are in: -``` -/opt/stalwart-mail/etc/common/tls.toml - -[certificate."default"] -cert = "file:///etc/fullchain.pem" -private-key = "file:///etc/privkey.pem" -``` - -And configure the user Stalwart will run as: -``` -/opt/stalwart-mail/etc/common/server.toml - -[server.run-as] -user = "mail" -group = "mail" -``` - -Then follow the end of the [Official Installation Guide](https://stalw.art/docs/install/docker#take-note-of-the-administrator-password). - -Note: Explicitely disable implicit TLS for the smtp listener -or it may listen for implicit SSL connections instead of StartTLS. -``` -[server.listener."smtp"] -bind = ["[::]:25"] -protocol = "smtp" -tls.implicit = false -``` +After that, re-run the setup tasks because `configure.sh` overrides the config files.