mention where the admin interface can be accessed

at the end of the quickstart. also hint at it during startup, when printing the
listener. and mention it in the FAQ.

another recent commit make the admin and account http path configurable, and
that expanded the config docs with a mention of the default path.

based on feedback from stroyselmash in issue #20, thanks!
This commit is contained in:
Mechiel Lukkien
2023-03-20 12:49:40 +01:00
parent a9b2bc8cec
commit 98b5a27fd2
3 changed files with 28 additions and 11 deletions

View File

@ -211,9 +211,17 @@ For bug reports, please file an issue at https://github.com/mjl-/mox/issues/new.
## How do I change my password?
Regular users (doing IMAP/SMTP with authentication) can change their password
at the account page, e.g. http://127.0.0.1/. Or you can set a password with "mox
at the account page, e.g. http://localhost/. Or you can set a password with "mox
setaccountpassword".
The admin can change the password of any account through the admin page, at
http://localhost/admin/ by default (leave username empty when logging in).
The account and admin pages are served on localhost on your mail server.
To access these from your browser, run
`ssh -L 8080:localhost:80 you@yourmachine` locally and open
http://localhost:8080/[...].
The admin password can be changed with "mox setadminpassword".
## How do I configure a second mox instance as a backup MX?