From 44c141480716f677f55c8fa55b9e5ef737284c94 Mon Sep 17 00:00:00 2001 From: tbrehm Date: Tue, 7 Sep 2010 13:05:16 +0000 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tpl/authmysqlrc.master b/install/tpl/authmysqlrc.master index c9a01f62e..b8f39e3ba 100644 --- a/install/tpl/authmysqlrc.master +++ b/install/tpl/authmysqlrc.master @@ -13,6 +13,6 @@ MYSQL_HOME_FIELD homedir 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 -- GitLab