Updated FAQ and Tips (markdown)
This commit is contained in:
parent
bfe70de0c8
commit
f5ba4308e9
|
@ -3,10 +3,10 @@ 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?
|
### What is the file format?
|
||||||
|
|
||||||
Of course file are Unix format with LF line endings.
|
All files are using the Unix format with `LF` line endings.
|
||||||
Please do not use CRLF.
|
Please do not use `CRLF`.
|
||||||
|
|
||||||
### Where are emails stored?
|
### Where are emails stored?
|
||||||
Mails are stored in `/var/mail/${domain}/${username}`.
|
Mails are stored in `/var/mail/${domain}/${username}`.
|
||||||
|
|
Loading…
Reference in New Issue