From 4a75ab8355ed787110579caca0240a4e44ec2f6e Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Thu, 19 May 2011 14:59:41 -0400
Subject: [PATCH] start enableing email quotas.

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

diff --git a/install/tpl/debian6_dovecot.conf.master b/install/tpl/debian6_dovecot.conf.master
index e7b050f..2ce0db3 100644
--- a/install/tpl/debian6_dovecot.conf.master
+++ b/install/tpl/debian6_dovecot.conf.master
@@ -48,10 +48,7 @@
 
 ## Plugin settings
 plugin {
-  quota = maildir
-
-  # Disabled user quota reporting for the first upload
-  # quota = dict:user::file:/var/vmail/%n_%d_quota
+  quota = dict:user::file:/var/vmail/%n_%d_quota
   # Because the mail quota is called in the user query 
   # the maildir quota does not need to be set.
   # You do not need: quota = maildir

--
Gitblit v1.9.1