cyrus imap quota
    Holm Kapschitzki 
    holm at x-provi.de
       
    Thu Apr  8 05:03:16 EDT 2010
    
    
  
Reinaldo de Carvalho schrieb:
> On Wed, Apr 7, 2010 at 11:55 AM, Holm Kapschitzki <holm at x-provi.de> wrote:
>> thx for answer. But i had to change over 5 thousend mailboxes. so its
>> impossible to change this boxes step by step. Thats the reason, i asked
>> for changing directly in the textfile. But you say thats impossible
>> cause it can be stores in other database formats. Do i have another
>> possibility?
>>
> 
> http://python-cyrus.sf.net
> 
> # for all
> for mbx in imap.lm("user/%"):
>     if mbx not in ['user/rei', 'user/boss']:
>         imap.sq(mbx, "102400")
> 
> 
thx for the link
Holm
    
    
More information about the Info-cyrus
mailing list