mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 13:04:38 +03:00
add comment about the sconf config file format at the top of the config files
hopefully this helps admins editing the file and prevent mistakes about config files. for issue #56 by kikoreis, thanks!
This commit is contained in:
@ -13,6 +13,11 @@ describe-static" and "mox config describe-domains":
|
||||
|
||||
# mox.conf
|
||||
|
||||
# NOTE: This config file is in 'sconf' format. Indent with tabs. Comments must be
|
||||
# on their own line, they don't end a line. Do not escape or quote strings.
|
||||
# Details: https://pkg.go.dev/github.com/mjl-/sconf.
|
||||
|
||||
|
||||
# Directory where all data is stored, e.g. queue, accounts and messages, ACME TLS
|
||||
# certs/keys. If this is a relative path, it is relative to the directory of
|
||||
# mox.conf.
|
||||
@ -526,6 +531,11 @@ describe-static" and "mox config describe-domains":
|
||||
|
||||
# domains.conf
|
||||
|
||||
# NOTE: This config file is in 'sconf' format. Indent with tabs. Comments must be
|
||||
# on their own line, they don't end a line. Do not escape or quote strings.
|
||||
# Details: https://pkg.go.dev/github.com/mjl-/sconf.
|
||||
|
||||
|
||||
# Domains for which email is accepted. For internationalized domains, use their
|
||||
# IDNA names in UTF-8.
|
||||
Domains:
|
||||
|
Reference in New Issue
Block a user