changeset 11143:3e427a0c1790 HEAD

example-config: Added a note about !include file ordering.
author Timo Sirainen <tss@iki.fi>
date Tue, 13 Apr 2010 17:01:12 +0300
parents 1b634a3932d0
children c6db5769942f
files doc/example-config/dovecot.conf
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/dovecot.conf	Tue Apr 13 17:01:01 2010 +0300
+++ b/doc/example-config/dovecot.conf	Tue Apr 13 17:01:12 2010 +0300
@@ -16,7 +16,9 @@
 # options. The paths listed here are for configure --prefix=/usr
 # --sysconfdir=/etc --localstatedir=/var
 
-# Most of the actual configuration gets included here:
+# Most of the actual configuration gets included below. The filenames are
+# first sorted by their ASCII value and parsed in that order. The 00-prefixes
+# in filenames are intended to make it easier to understand the ordering.
 !include conf.d/*.conf
 
 # Protocols we want to be serving.