1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-28 20:21:14 +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?
Of course file are Unix format with LF line endings.
Please do not use CLRF.
Please do not use CRLF.
### Where are emails stored?
Mails are stored in `/var/mail/${domain}/${username}`.