mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 07:14:40 +03:00
webadmin: be more helpful when adding domains/accounts/addresses
by explaining (in the titles/hovers) what the concepts and requirements are, by using selects/dropdowns or datalist suggestions where we have a known list, by automatically suggesting a good account name, and putting the input fields in a more sensible order. based on issue #132 by ally9335
This commit is contained in:
@ -836,8 +836,10 @@ See https://pkg.go.dev/github.com/mjl-/sconf for details.
|
||||
MinimumAttempts: 0
|
||||
Transport:
|
||||
|
||||
# Accounts to which email can be delivered. An account can accept email for
|
||||
# multiple domains, for multiple localparts, and deliver to multiple mailboxes.
|
||||
# Account represent mox users, each with a password and one or more email
|
||||
# addresses to which email can be delivered (possibly different domains). Each
|
||||
# account has its own on-disk directory holding its messages and index database.
|
||||
# An account name has is not an email address.
|
||||
Accounts:
|
||||
x:
|
||||
|
||||
|
Reference in New Issue
Block a user