On Sun, Feb 11, 2001 at 09:54:39PM -0800, Tom Samplonius wrote:
>
> On Mon, 12 Feb 2001 [EMAIL PROTECTED] wrote:
>
> > When I create a mailbox, quota is disabled.
> > Then I set quota for that mailbox to an integer value.
> > How I can disable quota anymore? Setting quota to 0 is not right.
> > Thx
> > Gianluigi Tiesi
>
>
> Set quota to "none" works. Setting it to "-1" might also work.
>
> Tom
I've tried with cyradm:
localhost> cm user.test1
localhost> lq user.test1
localhost> sq user.test1 STORAGE 1500
localhost> lq user.test1
STORAGE 0/1500 (0%)
localhost> sq user.test1 STORAGE none
setquota:
localhost> lq user.test1
STORAGE 0/1500 (0%)
localhost> sq user.test1 STORAGE -1
setquota:
localhost> lq user.test1
STORAGE 0/1500 (0%)
localhost> sq user.test1 STORAGE None
setquota:
localhost> lq user.test1
STORAGE 0/1500 (0%)
Nothing to do!...
hmm