mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 18:24:35 +03:00
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:
10
README.md
10
README.md
@ -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?
|
||||
|
Reference in New Issue
Block a user