Skip to content
Snippets Groups Projects
Commit 44c14148 authored by tbrehm's avatar tbrehm
Browse files

Changed quota setting for courier installations in authmysqlrc.master as...

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.
parent 5241cce4
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,6 @@ MYSQL_HOME_FIELD homedir ...@@ -13,6 +13,6 @@ MYSQL_HOME_FIELD homedir
MYSQL_MAILDIR_FIELD maildir MYSQL_MAILDIR_FIELD maildir
#MYSQL_NAME_FIELD #MYSQL_NAME_FIELD
MYSQL_QUOTA_FIELD quota MYSQL_QUOTA_FIELD quota
MYSQL_QUOTA_FIELD concat(quota,'S') #MYSQL_QUOTA_FIELD concat(quota,'S')
#MYSQL_WHERE_CLAUSE access='y' #MYSQL_WHERE_CLAUSE access='y'
MYSQL_AUXOPTIONS_FIELD concat('disableimap=',disableimap,',disablepop3=',disablepop3) MYSQL_AUXOPTIONS_FIELD concat('disableimap=',disableimap,',disablepop3=',disablepop3)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment