On 2012-01-18 14:18, Greg Banks wrote:
>> And second setting
>> ->setquota(<-id->, "STORAGE", "-1")
>> resulting in
>> SETQUOTA id (STORAGE -1)
>> what Bron suggested. That should also work IMO. At least on 2.4.12+.
>
> And that isn't correct according to RFC2087. It works only because the
> serv
G'day,
On Tue, Jan 17, 2012, at 01:18 PM, Wolfgang Breyha wrote:
> 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
>
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 comm
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 m
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 ha
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 w
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::A
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 setq
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:
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 Gondw
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: http://lists.andrew.
On Wed, Jan 14, 2009 at 7:43 PM, k bah wrote:
> cyrus-imapd-2.3.8-51
> cyrus-sasl-2.1.22-82
> --
> user/someuser~domain.com (\HasChildren)
> user/someuser~domain.com/Drafts (\HasNoChildren)
> user/someuser~domain.com/INBOX (\HasNoChildren)
> user/someuser~domain.com/2008 Messages (\HasNoChildren)
cyrus-imapd-2.3.8-51
cyrus-sasl-2.1.22-82
--
user/someuser~domain.com (\HasChildren)
user/someuser~domain.com/Drafts (\HasNoChildren)
user/someuser~domain.com/INBOX (\HasNoChildren)
user/someuser~domain.com/2008 Messages (\HasNoChildren)
user
Has something changed in recent versions of cyrus imapd? I'm trying to
code up a PHP interface, or, rather, fix one ... according to the php man
age, I should be able to do:
imap_set_quota($mbox, 'user.'.$user, -1);
to disable it ... but if I do, it doesn't do anything ... and I can't pass
Am Mi, den 09.11.2005 schrieb Simon Matter um 9:11:
> At least with my packages and those derived from them, you can determine
> most build options. Just check
> /usr/share/doc/cyrus-imapd-[version]/README.buildoptions.
> Of course it doesn't tell you exactly which versions of patches have been
>
> On Tue, 2005-11-08 at 16:58 +0100, Alexander Dalloz wrote:
>> Am Di, den 08.11.2005 schrieb Craig White um 14:38:
>>
>> > I haven't a clue what features are included in FC-3 - that is why I
>> > suggested checking out the README to see if feature was included.
>> >
>> > Myself, I use RHEL & CentO
On Tue, 2005-11-08 at 16:58 +0100, Alexander Dalloz wrote:
> Am Di, den 08.11.2005 schrieb Craig White um 14:38:
>
> > I haven't a clue what features are included in FC-3 - that is why I
> > suggested checking out the README to see if feature was included.
> >
> > Myself, I use RHEL & CentOS for
From man imapd.conf
*
*autocreatequota:* 0
If nonzero, normal users may create their own IMAP accounts by
creating the mailbox INBOX. The user's quota is set to the value if
it is positive, otherwise the user has unlimited quota.
*createonpost:* 0
If yes, w
Am Di, den 08.11.2005 schrieb Craig White um 14:38:
> I haven't a clue what features are included in FC-3 - that is why I
> suggested checking out the README to see if feature was included.
>
> Myself, I use RHEL & CentOS for servers (never Fedora) and never use
> RHEL/CentOS cyrus-imapd because
On Tue, 2005-11-08 at 18:49 +0530, Subhasha_HL wrote:
> It is on fedora core 3. I just used the same on fedora core 3
> - Original Message -
> From: "Craig White" <[EMAIL PROTECTED]>
> To:
> Sent: Tuesday, November 08, 2005 5:36 PM
> Subject: Re: Set quo
Spam detection software, running on the system "moso.dk", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
[EMAIL PROTECTED] for details.
Content
On Tue, 2005-11-08 at 16:42 +0530, Subhasha_HL wrote:
> Hi,
>I have configured cyrus-imap with postfix. I have set quotawarn to
> 90 in /etc/impad.conf. autocreatequota to 200 MB. These configuration
> does not work. And also listquotaroot doesnot shows mailbox size.
> Any help please
wh
Hi,
I have configured cyrus-imap with
postfix. I have set quotawarn to 90 in /etc/impad.conf. autocreatequota to
200 MB. These configuration does not work. And also listquotaroot doesnot shows
mailbox size.
Any help please
Thanks
Subhasha
Cyrus Home Page: http://asg.web.cmu.edu/c
thanks alot, i will try them and give you feedback
Uli
- Original Message -
From: "Scott Russell" <[EMAIL PROTECTED]>
To: "Ulrich Stärk" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, March 27, 2002 3:06 PM
Subject: Re: set quota for
On Wed, Mar 27, 2002 at 09:00:05AM +0100, Ulrich Stärk wrote:
> Hi list,
> Just a short question: Is it somehow possible to set a default quota on
> newly created mailboxes? I am too lazy to type cm user.name and sq user.name
> 10240, I want every newly created mailbox to have a quota of 10 MB.
>
Hi list,
Just a short question: Is it somehow possible to set a default quota on
newly created mailboxes? I am too lazy to type cm user.name and sq user.name
10240, I want every newly created mailbox to have a quota of 10 MB.
I read about autocreatequota: 10240 but this works only for mailboxes
cr
Hi list,
Just a short question: Is it somehow possible to
set a default quota on newly created mailboxes? I am too lazy to type cm
user.name and sq user.name 10240, I want every newly created mailbox to have a
quota of 10 MB.
I read about autocreatequota: 10240 but this works
only for mailbo
27 matches
Mail list logo