From 44c141480716f677f55c8fa55b9e5ef737284c94 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 07 Sep 2010 09:05:16 -0400 Subject: [PATCH] Changed quota setting for courier installations in authmysqlrc.master as ispconfig sets the quota with maildirmake command, so we do not have to specify a sql quota field. --- install/tpl/authmysqlrc.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/tpl/authmysqlrc.master b/install/tpl/authmysqlrc.master index c9a01f6..b8f39e3 100644 --- a/install/tpl/authmysqlrc.master +++ b/install/tpl/authmysqlrc.master @@ -13,6 +13,6 @@ MYSQL_MAILDIR_FIELD maildir #MYSQL_NAME_FIELD MYSQL_QUOTA_FIELD quota -MYSQL_QUOTA_FIELD concat(quota,'S') +#MYSQL_QUOTA_FIELD concat(quota,'S') #MYSQL_WHERE_CLAUSE access='y' MYSQL_AUXOPTIONS_FIELD concat('disableimap=',disableimap,',disablepop3=',disablepop3) \ No newline at end of file -- Gitblit v1.9.1