Merge pull request from Nebukadneza/add_postmaster_reminder

Add reminder for users not to forget POSTMASTER account or alias
master
Tim Möhlmann committed by GitHub
commit a7ec234686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,3 +154,5 @@ Finally, you must create the initial admin user account:
docker-compose exec admin flask mailu admin me example.net password 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. 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!

Loading…
Cancel
Save