From 686db1f33fa22aa60822c8f835221798756a3e96 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sun, 13 Jan 2019 11:22:45 +0100 Subject: [PATCH] Add reminder for users not to forget POSTMASTER account or alias --- docs/compose/setup.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/compose/setup.rst b/docs/compose/setup.rst index 942a368e..3ff1f678 100644 --- a/docs/compose/setup.rst +++ b/docs/compose/setup.rst @@ -154,3 +154,5 @@ Finally, you must create the initial admin user account: docker-compose exec admin flask mailu admin me example.net password This will create a user named ``me@example.net`` with password ``password`` and administration privileges. Connect to the Web admin interface and change the password to a strong one. + + .. note:: It is vitally important that either a user with the same email as ``POSTMASTER`` in your ``.env`` exists, or you remember to create an alias with this name after you log in. All kinds of strange errors will occur as a result of not doing so!