From a1f2b44a1baabdcf9584c31bd7571b96edaa1e1d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 9 Nov 2010 21:16:06 +0000 Subject: [PATCH] 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. --- doc/example-config/dovecot.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/example-config/dovecot.conf b/doc/example-config/dovecot.conf index 3a7707f610..4bc7978fdf 100644 --- a/doc/example-config/dovecot.conf +++ b/doc/example-config/dovecot.conf @@ -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 @@ 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 -- 2.47.3