Package: dovecot / 1:2.2.27-3~bpo8+1

fix-mail_plugin_dir-default.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Marco Nenciarini <mnencia@debian.org>
Date: Fri, 16 Sep 2011 00:55:02 +0200
Subject: fix mail_plugin_dir default
Description: Fix mail_plugin_dir default value in conf.d/10-mail.conf
Bug: #624294
---
 doc/example-config/conf.d/10-mail.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Index: dovecot/doc/example-config/conf.d/10-mail.conf
===================================================================
--- dovecot.orig/doc/example-config/conf.d/10-mail.conf	2013-08-19 11:23:01.709620109 -0400
+++ dovecot/doc/example-config/conf.d/10-mail.conf	2013-08-19 11:23:01.705620218 -0400
@@ -201,7 +201,7 @@
 #auth_socket_path = /var/run/dovecot/auth-userdb
 
 # Directory where to look up mail plugins.
-#mail_plugin_dir = /usr/lib/dovecot
+#mail_plugin_dir = /usr/lib/dovecot/modules
 
 # Space separated list of plugins to load for all services. Plugins specific to
 # IMAP, LDA, etc. are added to this list in their own .conf files.