From 6cc49f242cd152e1ec2bf4a9e01fdb06fff4f8ed Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 12 Jan 2010 11:44:35 -0500
Subject: [PATCH] Added support for dovecot in Debian Lenny. Added Support for Sieve mail filtering language on dovecot servers.

---
 install/dist/conf/centos53.conf.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/install/dist/conf/centos53.conf.php b/install/dist/conf/centos53.conf.php
index 4a745f8..efbbf06 100644
--- a/install/dist/conf/centos53.conf.php
+++ b/install/dist/conf/centos53.conf.php
@@ -124,6 +124,11 @@
 $conf['courier']['courier-pop'] = '';
 $conf['courier']['courier-pop-ssl'] = '';
 
+//* Dovecot
+$conf['dovecot']['installed'] = false; // will be detected automatically during installation
+$conf['dovecot']['config_dir'] = '/etc/dovecot';
+$conf['dovecot']['init_script'] = 'dovecot';
+
 //* SASL
 $conf['saslauthd']['installed'] = false; // will be detected automatically during installation
 $conf['saslauthd']['config'] = '/etc/sysconfig/saslauthd';

--
Gitblit v1.9.1