tbrehm
2010-09-07 44c141480716f677f55c8fa55b9e5ef737284c94
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.
1 files modified
2 ■■■ changed files
install/tpl/authmysqlrc.master 2 ●●● patch | view | raw | blame | history
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)