1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-30 21:21:31 +02:00

Fix typo. That's carriage return, line feed aka CRLF =)

This commit is contained in:
Lennart Rosam 2016-09-13 18:40:45 +02:00
parent 968f957d0f
commit 146f9e4fc9

View File

@ -6,7 +6,7 @@ You'll probably want to `push` your config updates to your server and restart th
### What are the file format? ### What are the file format?
Of course file are Unix format with LF line endings. Of course file are Unix format with LF line endings.
Please do not use CLRF. 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}`.