From f5ba4308e955fc435b009c33005e6ac648fa6ac6 Mon Sep 17 00:00:00 2001 From: Florian Wendelborn Date: Tue, 11 Oct 2016 05:25:41 +0200 Subject: [PATCH] Updated FAQ and Tips (markdown) --- docs/content/config/troubleshooting/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/config/troubleshooting/faq.md b/docs/content/config/troubleshooting/faq.md index e278c8ab..3f58e58d 100644 --- a/docs/content/config/troubleshooting/faq.md +++ b/docs/content/config/troubleshooting/faq.md @@ -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}`.