mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 09:54:40 +03:00
improve quickstart and readme for better first-time experience
- make the example commands in the readme more likely to succeed, especially for people who are not familiar with go and its toolchain. - improve probability that the correct configuration is generated, especially the hostname. previously, if the quickstart email address was "some.domain", and the machine where you ran the quickstart was "myhost", the hostname used for the configuration was assumed to be "myhost.some.domain". but this is often not correct, especially when configuring mox to serve mail on a subdomain of an existing domain. mox will now try to determine the host name by a reverse lookup of the public ips it found. and it will warn if there are no/multiple candidates. based on feedback from erik dubbelboer, thanks!
This commit is contained in:
6
doc.go
6
doc.go
@ -119,8 +119,10 @@ new mail deliveries.
|
||||
|
||||
Set new password an account.
|
||||
|
||||
The password is read from stdin. Its bcrypt hash and SCRAM-SHA-256 derivations
|
||||
are stored in the accounts database.
|
||||
The password is read from stdin. Secrets derived from the password, but not the
|
||||
password itself, are stored in the account database. The stored secrets are for
|
||||
authentication with: scram-sha-256, scram-sha-1, cram-md5, plain text (bcrypt
|
||||
hash).
|
||||
|
||||
Any email address configured for the account can be used.
|
||||
|
||||
|
Reference in New Issue
Block a user