From 7ca25006b3f4b3f9786fbe810a017b19c7f8246a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 7 Feb 2023 19:42:49 +0100 Subject: [PATCH] Fix tree file --- doc/POST_INSTALL.md | 5 +++++ doc/notifications/POST_INSTALL.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 doc/POST_INSTALL.md delete mode 100644 doc/notifications/POST_INSTALL.md diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md new file mode 100644 index 0000000..ac5bd9e --- /dev/null +++ b/doc/POST_INSTALL.md @@ -0,0 +1,5 @@ +:heavy_exclamation_mark: The password-file is created after first opening the admin UI! + +:heavy_exclamation_mark: Be sure to immediately change the default password! + +Open the admin UI `https://__DOMAIN__/?admin` to configure your mail server settings. Login with user "admin" and password from the file `/var/www/snappymail/data/_data_/_default_/admin_password.txt`. diff --git a/doc/notifications/POST_INSTALL.md b/doc/notifications/POST_INSTALL.md deleted file mode 100644 index 00c24da..0000000 --- a/doc/notifications/POST_INSTALL.md +++ /dev/null @@ -1,5 +0,0 @@ -:heavy_exclamation_mark: The password-file is created after first opening the admin UI! - -:heavy_exclamation_mark: Be sure to immediately change the default password! - -Open the admin UI `https://example.com/?admin` to configure your mail server settings. Login with user "admin" and password from the file `/var/www/snappymail/data/_data_/_default_/admin_password.txt`.