RE: Deleting mailbox problem

2005-07-22 Thread David G Mcmurtrie
On Fri, 22 Jul 2005, Wouter van Marle wrote: > The main problem I have is that my e-mail software all the time gives > pop-up warnings like "could not change to mailbox wouter.INBOX, mailbox > does not exist" and the like. Pretty irritating, that's why I want to > get rid of it, or put it to use.

RE: Deleting mailbox problem

2005-07-22 Thread Ondrej Sury
On Fri, 2005-07-22 at 22:35 +0800, Wouter van Marle wrote: > On Fri, 2005-07-22 at 09:23 -0500, Michael King wrote: > > All mailboxes that belong to users are under the “user.” hierarchy, > > so you *do* have a mailbox named “user.wouter”. > > > > The “INBOX” you’re looking for would be called “u

Re: Deleting mailbox problem

2005-07-22 Thread Wouter van Marle
On Fri, 2005-07-22 at 16:24 +0200, Ondrej Sury wrote: On Fri, 2005-07-22 at 21:59 +0800, Wouter van Marle wrote: > That command is accepted. > Now I do not have a mailbox called user.wouter, and after giving that > command I still get the system I/O error when setting rights to the > mailbox

RE: Deleting mailbox problem

2005-07-22 Thread Wouter van Marle
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wouter van Marle Sent: Friday, July 22, 2005 8:59 AM To: Craig White Cc: info-cyrus@lists.andrew.cmu.edu Subject: Re: Deleting mailbox problem   On Fri, 2005-07-22 at 04:52 -0700, Craig White wrote:  

Re: Deleting mailbox problem

2005-07-22 Thread Ondrej Sury
On Fri, 2005-07-22 at 21:59 +0800, Wouter van Marle wrote: > That command is accepted. > Now I do not have a mailbox called user.wouter, and after giving that > command I still get the system I/O error when setting rights to the > mailbox wouter.INBOX... > I am logging in as "wouter" (my normal us

Re: Deleting mailbox problem

2005-07-22 Thread Wouter van Marle
On Fri, 2005-07-22 at 04:52 -0700, Craig White wrote: On Fri, 2005-07-22 at 16:16 +0800, Wouter van Marle wrote: > On Fri, 2005-07-22 at 09:54 +0200, Ingo Freund wrote: > > > I get the following error: > > > mymusic.hk> sam wouter.INBOX wouter d > > > setaclmailbox: wouter: d: System I/O erro

Re: Deleting mailbox problem

2005-07-22 Thread Craig White
On Fri, 2005-07-22 at 16:16 +0800, Wouter van Marle wrote: > On Fri, 2005-07-22 at 09:54 +0200, Ingo Freund wrote: > > > I get the following error: > > > mymusic.hk> sam wouter.INBOX wouter d > > > setaclmailbox: wouter: d: System I/O error > > > > > when I give the rights to delete, the command >

Re: Deleting mailbox problem

2005-07-22 Thread Wouter van Marle
On Fri, 2005-07-22 at 09:54 +0200, Ingo Freund wrote: > I get the following error: > mymusic.hk> sam wouter.INBOX wouter d > setaclmailbox: wouter: d: System I/O error > when I give the rights to delete, the command would be: mymusic.hk> sam wouter.INBOX wouter c

Re: Deleting mailbox

2003-02-24 Thread John Alton Tamplin
Sebastian Konstanty Zdrojewski wrote: I am experiencing the following trouble: from both cyradm and IMAP I cannot delete a mailbox. Phisically I tested the permissions and it is everything ok. Anybody can help me? Here is a screenshot of the error: -- BEGIN ATTACHMENT -- [EMAIL PROTECTED] imap

Re: deleting mailbox...

2002-09-29 Thread Eugene Chow
Read the docs. You have to give the user cyrus the 'c' permission in the ACLs of the mailbox before you can delete it. Robert Sweet wrote: >I have running system with Cyrus/Procmail/Postifix, but in >my late night configuration mode I created a mailbox without >the user extension i.e., asweet i

Re: Deleting mailbox with JavaMail

2001-04-12 Thread Atif Ghaffar
Hi Dino. Try these scripts. http://ispman.sourceforge.net/download/utils/ they just require IMAP::Admin and are quiet handy (for me) cheers dino bartolome wrote: > > I recieved this error while runing cyradm. what do i do to fix? i'm running > redhat 7 w/qmail 1.03 > Can't locate Cyrus/IMAP/Sh

Re: Deleting mailbox with JavaMail

2001-04-12 Thread dino bartolome
I recieved this error while runing cyradm. what do i do to fix? i'm running redhat 7 w/qmail 1.03 Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i3 86-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib /perl5/site_perl/5.6.0 /usr/lib/perl5/

RE: Deleting mailbox with JavaMail

2001-04-12 Thread John Holman
Barbara Actually JavaMail (1.2 at least) does support setting IMAP ACLs (and quotas and namespaces etc) Take a look at com.sun.mail.imap.IMAPFolder under the Sun provider javadocs. The support is described as "experimental" but it is there. I've not tried the ACL stuff but the quota stuff wor

RE: Deleting mailbox with JavaMail

2001-04-11 Thread Barbara Greenwood
Update update It wouldn't work because the mailbox didn't have delete rights for the admin user (great defaultNOT). If I use setaclmailbox via cyrus before hand, my Java works fine. I'm just working on a bit of Java code which will use sockets to give me the necessary permissions vi

Re: Deleting mailbox with JavaMail

2001-04-11 Thread Simon Loader
Barbara Greenwood wrote: > > Hi, > > I'm working on a utility to move a user's mailbox to a different Cyrus > server. The final step is to delete the mailbox from the old location. > but it just won't do it! I get the folder that represents the user's INBOX, > then call delete(true) on it, i