mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-22 03:34:38 +02:00
docs: Improve FAQ entry for mail-state
folder (#2187)
* docs: Improve FAQ entry for `mail-state` folder - Links to relevant script logic. - Better list of services data moved to `mail-state`. * Update docs/content/faq.md Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> * docs(fix): ONE_DIR env default is now `1` This was missed during the `ONE_DIR` default change in https://github.com/docker-mailserver/docker-mailserver/pull/2148 * fix relative filepath * fix: use new URI anchor Co-authored-by: Casper <casperklein@users.noreply.github.com> Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
be35d9bef1
commit
2bc3e821fa
2 changed files with 11 additions and 5 deletions
|
@ -33,8 +33,8 @@ The log-level will show everything in its class and above.
|
|||
|
||||
##### ONE_DIR
|
||||
|
||||
- **0** => state in default directories.
|
||||
- 1 => consolidate all states into a single directory (`/var/mail-state`) to allow persistence using docker volumes.
|
||||
- 0 => state in default directories.
|
||||
- **1** => consolidate all states into a single directory (`/var/mail-state`) to allow persistence using docker volumes. See the [related FAQ entry][docs-faq-onedir] for more information.
|
||||
|
||||
##### PERMIT_DOCKER
|
||||
|
||||
|
@ -715,3 +715,5 @@ you to replace both instead of just the envelope sender.
|
|||
|
||||
- **empty** => no default
|
||||
- password for default relay user
|
||||
|
||||
[docs-faq-onedir]: ../faq.md#what-is-the-mail-state-folder-for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue