From c349954b8667d751c68e9e20501e6fb01259f154 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 07 Mar 2013 05:15:48 -0500
Subject: [PATCH] Disabled managesieve in dovecot 1.2 configuration file for debian 5.

---
 install/tpl/debian_dovecot.conf.master |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/tpl/debian_dovecot.conf.master b/install/tpl/debian_dovecot.conf.master
index 3d8ea9a..4706c40 100644
--- a/install/tpl/debian_dovecot.conf.master
+++ b/install/tpl/debian_dovecot.conf.master
@@ -682,12 +682,12 @@
   # the sieve storage directory. This must match the SIEVE setting used by
   # deliver (refer to http://wiki.dovecot.org/LDA/Sieve#location for more
   # info). Variable substitution with % is recognized.
-  sieve=~/.dovecot.sieve
+  # sieve=~/.dovecot.sieve
 
   # This specifies the path to the directory where the uploaded scripts must
   # be stored. In terms of '%' variable substitution it is identical to
   # dovecot's mail_location setting used by the mail protocol daemons.
-  sieve_storage=~/sieve
+  # sieve_storage=~/sieve
 
   # If, for some inobvious reason, the sieve_storage remains unset, the 
   # managesieve daemon uses the specification of the mail_location to find out 

--
Gitblit v1.9.1