mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Updated FAQ and Tips (markdown)
This commit is contained in:
parent
395acf5e27
commit
d373185c1d
|
@ -3,6 +3,11 @@ None. No *sql database required.
|
||||||
This image is based on config files that can be versioned.
|
This image is based on config files that can be versioned.
|
||||||
You'll probably want to `push` your config updates to your server and restart the container to apply changes.
|
You'll probably want to `push` your config updates to your server and restart the container to apply changes.
|
||||||
|
|
||||||
|
### What are the file format?
|
||||||
|
|
||||||
|
Of course file are Unix format with LF line endings.
|
||||||
|
Please do not use CLRF.
|
||||||
|
|
||||||
### Where are emails stored?
|
### Where are emails stored?
|
||||||
Mails are stored in `/var/mail/${domain}/${username}`.
|
Mails are stored in `/var/mail/${domain}/${username}`.
|
||||||
You should use a [data volume container](https://medium.com/@ramangupta/why-docker-data-containers-are-good-589b3c6c749e#.uxyrp7xpu) for `/var/mail` to persist data. Otherwise, your data may be lost.
|
You should use a [data volume container](https://medium.com/@ramangupta/why-docker-data-containers-are-good-589b3c6c749e#.uxyrp7xpu) for `/var/mail` to persist data. Otherwise, your data may be lost.
|
||||||
|
|
Loading…
Reference in a new issue