From: Timo Sirainen Date: Wed, 23 Jun 2004 15:00:24 +0000 (+0300) Subject: Add a comment about # chars and whitespace. X-Git-Tag: 1.1.alpha1~3875 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=754355d73a39de5d53b18ab0ef19efa445661915;p=thirdparty%2Fdovecot%2Fcore.git Add a comment about # chars and whitespace. --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index b795ae3915..d0a56ee564 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -1,5 +1,9 @@ ## Dovecot 1.0 configuration file +# '#' character and everything after it is treated as comments. Extra spaces +# and tabs are ignored. If you want to use either of these explicitly, put the +# value inside quotes, eg.: key = "# char and trailing whitespace " + # Default values are shown after each value, it's not required to uncomment # any of the lines. Exception to this are paths, they're just examples # with real defaults being based on configure options. The paths listed here