cyrus imap quota

Reinaldo de Carvalho reinaldoc at gmail.com
Wed Apr 7 18:40:49 EDT 2010


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")



-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)


More information about the Info-cyrus mailing list