2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-09-03 15:55:24 +00:00

Updated FAQ and Tips (markdown)

Florian Wendelborn
2016-10-11 05:25:41 +02:00
parent 7fb01ee34b
commit f4b2e4e436

@@ -3,10 +3,10 @@ None. No *sql database required.
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.
### What are the file format?
### What is the file format?
Of course file are Unix format with LF line endings.
Please do not use CRLF.
All files are using the Unix format with `LF` line endings.
Please do not use `CRLF`.
### Where are emails stored?
Mails are stored in `/var/mail/${domain}/${username}`.