![]() |
[Howto] Per user quota edit within ispcp when using dovecot - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Howtos (/forum-41.html) +--- Thread: [Howto] Per user quota edit within ispcp when using dovecot (/thread-8483.html) |
RE: [Howto] quota modification within ispcp when using dovecot - aseques - 09-08-2010 05:21 PM (09-08-2010 12:38 AM)iwik Wrote: Hi, this seems to be very useful patch. But it seems it does not take care about total space occupied by mailboxes under each domain. Users (domain admins) are able to edit mailbox quota, but reseller is not able to limit total space for domain emails. Is some way or plans how to implement this limit?Sometime ago I did a bit of research about this, and wasn't able to get this working. According to dovecot wiki, you might be able to accomplish something like this using an extra quota root, but not sure about how to do this. http://wiki1.dovecot.org/Quota/1.1 Maybe you could look up at the dovecot mailing lists, there's plenty of information and Timo Sirainen the lead developer is really helpful and friendly. RE: [Howto] quota modification within ispcp when using dovecot - krok - 09-15-2010 08:42 PM Hi, sorry for my english is very bad i apply the patch to ispcp 1.0.5 virtual1:/var/www/ispcp/gui# patch < /root/script/patch_quota_ispcp -p0 patching file themes/omega_original/client/mail_edit.tpl patching file themes/omega_original/client/mail_add.tpl patching file client/mail_add.php patching file client/mail_edit.php virtual1:/var/www/ispcp/gui# but when i edit an domain email : access denied when i had an email address : access denied a solution ? i find the 4 files have wrong permissions after apply the patch (root:root) works find with right permission (vu2000:www-data) RE: [Howto] quota modification within ispcp when using dovecot - aseques - 09-15-2010 11:17 PM (09-15-2010 08:42 PM)krok Wrote: Hi, sorry for my english is very badWhere did you got this patches? And what tutorial are you following? You should be using the newest version if you want to have have realtime quota numbers ... http://isp-control.net/documentation/howto:mail:replace_courier_with_dovecot_plus_database_quota RE: [Howto] quota modification within ispcp when using dovecot - N!Ce - 11-19-2010 07:21 PM Hi there, I installed this patch on a VPS with Debian and ISPCP 1.05 using the link in the original post: Improved version for 1.0.5 quota_1_0_5.tar.gz (Size: 12.46 KB / Downloads: 67) Everything works find and the panel shows as in the attachment image of the original post: http://isp-control.net/forum/attachment.php?aid=1384 With one exception: It doesn't show the quota column that can be seen on above image ("Us de quota"). Any ideas what that could be caused by? :/ Also, is there another place where I could check them? Thanks in advance. RE: [Howto] quota modification within ispcp when using dovecot - fluser - 12-06-2010 06:43 PM Is there a version for 1.0.7? Thanks Fluser RE: [Howto] quota modification within ispcp when using dovecot - aseques - 12-11-2010 04:24 AM The newest version should work without problem, let me know if you're having trouble.. RE: [Howto] quota modification within ispcp when using dovecot - fluser - 12-11-2010 09:27 PM Hello Aseques It doesn't work with ispcp_edit_quota_1_0_8.tar.gz in 1.0.7 The problem is, that the user can't change any quotas. This problem exists for old and for new mailaccounts. Best Regards Fluser RE: [Howto] quota modification within ispcp when using dovecot - Sweil - 01-04-2011 12:03 PM (12-11-2010 09:27 PM)fluser Wrote: Hello Asequessame here neither quota_1_0_5.tar.gz nor ispcp_edit_quota_1_0_8.tar.gz works with 1.0.7... RE: [Howto] quota modification within ispcp when using dovecot - aseques - 01-07-2011 05:57 PM (01-04-2011 12:03 PM)Sweil Wrote:(12-11-2010 09:27 PM)fluser Wrote: Hello Asequessame here Sorry guys, this used to work in trunk when 1.0.8 was not released, I have currently no time to make the modifications to the source. If you want to have a look at the code, it's quite simple ... If you are able to fix this, I'll be glad to post your code in this thread. RE: [Howto] Per user quota edit within ispcp when using dovecot - bebezavar - 06-15-2011 03:31 AM Hi guys, The problem for 1.07 is that in php files which are in archive are used: Config::get(......), which is deprecated in v. 1.0.7 should be $cfg =ispCP_Registry::get('Config'); I' have managed to make it work and here is the attachment in archive. All php files goes to /var/www/ispcp/gui/client, and all tpl files goes to /var/www/ispcp/gui/themes/omega_original/client regards to all |