how can I disable quota in roundcube?
I have migrated from ispcp with 1500 email accounts and can not set all quota limits in the panel by hand ...
how to disable quota in roundcube
- fulltilt
- Closed
- Thread is marked as Resolved.
-
-
how can I disable quota in roundcube?
I have migrated from ispcp with 1500 email accounts and can not set all quota limits in the panel by hand ...You cannot. Well, try this:
This will remove the maildirsize files in all your mailboxes, which contain quota information read by courier (imap).
Of course, I expect that you have done the changes in your main.cf as mentionned in previous post ( http://forum.i-mscp.net/Thread…lboxes?pid=17834#pid17834 )
-
-
yep, changes in main.cf working well ... (you have saved my sunday)
the problem is within the CP i can not set via GUI to "0" or -1
but what about something like this?UPDATE mail_users SET quota = "0";
or
UPDATE domains SET domain_mailacc_limit = "0";could this work with roundcube?
or is there a roundcube quota plugin which can be disabled?
-
yep, changes in main.cf working well ... (you have saved my sunday)
the problem is within the CP i can not set via GUI to "0" or -1
but what about something like this?UPDATE mail_users SET quota = "0";
could this work with roundcube?
or is there a roundcube quota plugin which can be disabled?
I've already explained you that as long you have a disk space limit set for your customer, you cannot set the e-mail quota to 0 (unlimited) because the e-mail quota is part of the disk limit. You can of course bypass this with a query like this:
Then, after, you must run the request dispatcher as follow:
-
-
-
hmm, you mean if a User have a 100MB account, I have to set this to unlimited?
It would be nice to choose use of email quota yes/no
otherwise if you have > 10000 or more email accounts you need to change all the email quota by hand and this could take weeks :s -
-
hmm, you mean if a User have a 100MB account, I have to set this to unlimited?It would be nice to choose use of email quota yes/no
otherwise if you have > 10000 or more email accounts you need to change all the email quota by hand and this could take weeks :sI'll add an option allowing to disable email quota.
-
-
-
you mean in git master?
No No... In my ASS This would work much better in such a black hole...
-
haha, you should not use any quota there
OK, what would you do in my case?
modifiy the database or keep it as it is for now? -