Set quota none using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ There is a setquota function which should accept none for removing quota. But that does not work How do I set unlimited quota using the setquota function Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info:

Re: Set quota none using Cyrus::IMAP::Admin

2012-01-17 Thread Bron Gondwana
On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote: http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ There is a setquota function which should accept none for removing quota. But that does not work How do I set unlimited quota using the setquota function Does '-1' work? -- Bron Gondwana

Re: Set quota none using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
No -1 also gives an error not a number Interestingly set_quota function using CPAN module works fine with none http://search.cpan.org/~eestabroo/IMAP-Admin-1.6.4/Admin.pm But my GUI screens are already coded to use Cyrus::IMAP::Admin On 01/17/2012 04:06 PM, Bron Gondwana wrote:

Re: Set quota none using Cyrus::IMAP::Admin

2012-01-17 Thread Wolfgang Breyha
Bron Gondwana wrote, on 17.01.2012 11:36: On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote: http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ There is a setquota function which should accept none for removing quota. But that does not work How do I set unlimited quota using the setquota

Re: Set quota none using Cyrus::IMAP::Admin

2012-01-17 Thread Bron Gondwana
On Tue, Jan 17, 2012, at 04:22 PM, Ram wrote: No -1 also gives an error not a number Interestingly set_quota function using CPAN module works fine with none http://search.cpan.org/~eestabroo/IMAP-Admin-1.6.4/Admin.pm But my GUI screens are already coded to use Cyrus::IMAP::Admin What

Re: Set quota none using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
On 01/17/2012 04:24 PM, Wolfgang Breyha wrote: Bron Gondwana wrote, on 17.01.2012 11:36: On Tue, Jan 17, 2012, at 03:57 PM, Ram wrote: http://www.manpagez.com/man/3/Cyrus::IMAP::Admin/ There is a setquota function which should accept none for removing quota. But that does not work How do

Re: Set quota none using Cyrus::IMAP::Admin

2012-01-17 Thread Wolfgang Breyha
Ram wrote, on 17.01.2012 12:03: That means we omit the word STORAGE , thanks .. will try that. Yes. I'm always setting some quota before to get it into a defined state to remove it afterwards. I use it for several years now and recently moved ~100k users without any troubles. Maybe you have to

[SOLVED] Re: Set quota none using Cyrus::IMAP::Admin

2012-01-17 Thread Ram
On 01/17/2012 04:27 PM, Bron Gondwana wrote: On Tue, Jan 17, 2012, at 04:22 PM, Ram wrote: No -1 also gives an error not a number Interestingly set_quota function using CPAN module works fine with none http://search.cpan.org/~eestabroo/IMAP-Admin-1.6.4/Admin.pm But my GUI screens are

Migrating Cyrus Servers

2012-01-17 Thread Dominique Couot
Hi, I am in the process of changing hardware, and want to migrate all my processes from one server to another. Most of it went ok, till I hit a wall with Cyrus. The old server was running under Ubuntu 10.04, the new one Ubuntu 11.04, with their respective Postfix and Cyrus versions. I

Re: [SOLVED] Re: Set quota none using Cyrus::IMAP::Admin

2012-01-17 Thread Wolfgang Breyha
Ram wrote, on 17.01.2012 12:17: I am using cyrus-imapd-2.4.12-2 As Wolfgang suggested using $imap-setquota(user/$user) removed the quota. Looking at the code of Cyrus::IMAP::Admin there is no code checking for none or something like that. There are two ways to craft a proper IMAP command.

Re: Migrating Cyrus Servers

2012-01-17 Thread Bron Gondwana
On Tue, Jan 17, 2012, at 12:57 PM, Dominique Couot wrote: Hi, I am in the process of changing hardware, and want to migrate all my processes from one server to another. Most of it went ok, till I hit a wall with Cyrus. The old server was running under Ubuntu 10.04, the new one Ubuntu

Re: Migrating Cyrus Servers

2012-01-17 Thread Dominique Couot
On 17/01/2012 13:37, Bron Gondwana wrote: On Tue, Jan 17, 2012, at 12:57 PM, Dominique Couot wrote: Hi, I am in the process of changing hardware, and want to migrate all my processes from one server to another. Most of it went ok, till I hit a wall with Cyrus. The old server was running

Re: Migrating Cyrus Servers

2012-01-17 Thread Bron Gondwana
On Tue, Jan 17, 2012, at 01:54 PM, Dominique Couot wrote: On 17/01/2012 13:37, Bron Gondwana wrote: On Tue, Jan 17, 2012, at 12:57 PM, Dominique Couot wrote: Hi, I am in the process of changing hardware, and want to migrate all my processes from one server to another. Most of it

Re: Migrating Cyrus Servers

2012-01-17 Thread Bron Gondwana
On Tue, Jan 17, 2012, at 01:54 PM, Dominique Couot wrote: On 17/01/2012 13:37, Bron Gondwana wrote: On Tue, Jan 17, 2012, at 12:57 PM, Dominique Couot wrote: Hi, I am in the process of changing hardware, and want to migrate all my processes from one server to another. Most of it

Cyrus setup for eGroupWare

2012-01-17 Thread admin
Dear list readers, I tried to find any documentation on setting up Cyrus on Ubuntu 11.10 server so that Cyrus can be managed using eGroupWare. This page - http://community.egroupware.org/index.php?page_name=wikilang=wikipage=Dependencies - says that if the Cyrus is configured with Postfix and

Re: Cyrus setup for eGroupWare

2012-01-17 Thread Andre Felipe Machado
Hello, It may have more info than you need, but you could find steps and tests at the (brazilian portuguese) tutorial: http://www.techforce.com.br/news/linux_blog/cyrus_murder_aggregator_2_3_16_debian _lenny_tutorial Regards. Andre Felipe Cyrus Home Page: http://www.cyrusimap.org/ List