Re: Set permissions (ACL) recursive

2001-04-01 Thread Cyrus Daboo
--On Sunday, April 1, 2001 12:37 PM -0700 Rob Tanner <[EMAIL PROTECTED]> wrote: > There are two possibilities. > > 1) Write a cyradm script (the -file option with cyradm) to make the > changes. Read through the cyradm manpage and you should find everything > you need. > > 2) If you're a perler,

Re: Set permissions (ACL) recursive

2001-04-01 Thread Rob Tanner
There are two possibilities. 1) Write a cyradm script (the -file option with cyradm) to make the changes. Read through the cyradm manpage and you should find everything you need. 2) If you're a perler, check out the perl package IMAP::Admin. I was exceedingly happy to find the it (its on CP

Re: moving a user's mailbox to another

2001-04-01 Thread Atif Ghaffar
Jean-Michel Doublet wrote: > > i'm programming in perl a script who take the mail from pop or imap and put it in a >imap mailbox. > > Are you interest ? Sure, By the way, are you using Mail::IMAPClient? http://search.CPAN.org/search?dist=Mail-IMAPClient look in the examples directory, there a

Set permissions (ACL) recursive

2001-04-01 Thread Daniel Schwager
Hallo together, we use the cyrus-imap (v 1.6.x) in our office. Now, i want to change the ACL (permissions) for about 150 mailboxes. Is there a possibility to do this recursive with one command, that means, change the top Mailbox and the other below this one ? Maybe, there's another possibility

moving a user's mailbox to another

2001-04-01 Thread Atif Ghaffar
Hi, I have to move a user's mailbox (user.foo) as a sub mailbox to another user, because user "foo" has left, and now user "bar" should take care of the issues. I can copy /var/spool/imap/user/foo to /var/spool/imap/user/bar/someFolder and run reconstruct -f , but is this the correct way? Versi