changeset 12410:638db56a53ec

example-config: Moved include conf.d/*.conf last in dovecot.conf. This fixes problems where conf.d/ files try to modify settings in dovecot.conf, especially managesieve adding itself to protocols setting.
author Timo Sirainen <tss@iki.fi>
date Tue, 09 Nov 2010 21:16:06 +0000
parents fa62e1a578a0
children f89b4de6688d
files doc/example-config/dovecot.conf
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/dovecot.conf	Tue Nov 09 21:12:35 2010 +0000
+++ b/doc/example-config/dovecot.conf	Tue Nov 09 21:16:06 2010 +0000
@@ -16,11 +16,6 @@
 # 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 @@
   #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