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

config: make note of domain addressing (#331)

This commit is contained in:
James Hillyerd
2023-02-12 16:17:41 -08:00
committed by GitHub
parent 5d18d79539
commit d11ae3710c
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ func (n *mbNaming) Decode(v string) error {
type Root struct {
LogLevel string `required:"true" default:"info" desc:"debug, info, warn, or error"`
Lua Lua
MailboxNaming mbNaming `required:"true" default:"local" desc:"Use local, full or domain addressing"`
MailboxNaming mbNaming `required:"true" default:"local" desc:"Use local, full, or domain addressing"`
SMTP SMTP
POP3 POP3
Web Web