]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Moved include conf.d/*.conf last in dovecot.conf.
authorTimo Sirainen <tss@iki.fi>
Tue, 9 Nov 2010 21:16:06 +0000 (21:16 +0000)
committerTimo Sirainen <tss@iki.fi>
Tue, 9 Nov 2010 21:16:06 +0000 (21:16 +0000)
This fixes problems where conf.d/ files try to modify settings in dovecot.conf,
especially managesieve adding itself to protocols setting.

doc/example-config/dovecot.conf

index 3a7707f6103f537a4552aa503d69dcbf6d109546..4bc7978fdf1cb8d086bab7b89ca527be7195510d 100644 (file)
 # options. The paths listed here are for configure --prefix=/usr
 # --sysconfdir=/etc --localstatedir=/var
 
-# 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.
 #protocols = imap pop3 lmtp
 
@@ -77,6 +72,11 @@ dict {
   #expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext
 }
 
+# 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
+
 # A config file can also tried to be included without giving an error if
 # it's not found:
 #!include_try /etc/dovecot/local.conf