dovecot-2.0: example-config: Moved include conf.d/*.conf last in...

dovecot at dovecot.org dovecot at dovecot.org
Tue Nov 9 23:16:11 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/638db56a53ec
changeset: 12410:638db56a53ec
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Nov 09 21:16:06 2010 +0000
description:
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.

diffstat:

 doc/example-config/dovecot.conf |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r fa62e1a578a0 -r 638db56a53ec doc/example-config/dovecot.conf
--- 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


More information about the dovecot-cvs mailing list