summaryrefslogtreecommitdiff
path: root/mail/stalwart/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'mail/stalwart/pkg-message')
-rw-r--r--mail/stalwart/pkg-message17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/stalwart/pkg-message b/mail/stalwart/pkg-message
new file mode 100644
index 000000000000..64776b3f8f89
--- /dev/null
+++ b/mail/stalwart/pkg-message
@@ -0,0 +1,17 @@
+[
+{ type: install
+ message: <<EOM
+Note: You must define a fallback-admin manually in the configuration file
+at %%ETCDIR%%/config.toml to be able to login the first time.
+
+Edit the configuration for the fallback-admin:
+
+[authentication.fallback-admin]
+user = "admin"
+secret = "yourplaintextpasswordhere"
+
+The secret will be replaced with a hash if you change the fallback
+admin's password in the web admin panel. The secret value can also be a
+password hash documented here: https://stalw.art/docs/auth/authentication/password/
+}
+]