mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
Fix missing storage_perdomain global directive definition
This commit is contained in:
parent
caeb1c4829
commit
a78ae9f305
1 changed files with 1 additions and 0 deletions
1
maddy.go
1
maddy.go
|
@ -29,6 +29,7 @@ func Start(cfg []config.Node) error {
|
|||
globals.String("hostname", false, false, "", nil)
|
||||
globals.String("autogenerated_msg_domain", false, false, "", nil)
|
||||
globals.Custom("tls", false, false, nil, config.TLSDirective, nil)
|
||||
globals.Bool("storage_perdomain", false, false, nil)
|
||||
globals.Bool("auth_perdomain", false, false, nil)
|
||||
globals.StringList("auth_domains", false, false, nil, nil)
|
||||
globals.Custom("log", false, false, defaultLogOutput, logOutput, &log.DefaultLogger.Out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue