1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

config: Document MailboxNaming for #33

This commit is contained in:
James Hillyerd
2018-04-07 15:53:44 -07:00
parent a40c92d221
commit 7a783efd5d
2 changed files with 28 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ func (n *mbNaming) Decode(v string) error {
// Root contains global configuration, and structs with for specific sub-systems.
type Root struct {
LogLevel string `required:"true" default:"info" desc:"debug, info, warn, or error"`
MailboxNaming mbNaming `required:"true" default:"local" desc:"local or full"`
MailboxNaming mbNaming `required:"true" default:"local" desc:"Use local or full addressing"`
SMTP SMTP
POP3 POP3
Web Web