Re: unable to delete mailbox

2001-05-28 Thread Steven J. Sobol
On Mon, 28 May 2001, Tim Evans wrote: > > >> That would be great, but... > >> > >> localhost> sam user.chuck root d > >> command failed: System I/O error > >> localhost> sam user.chuck cyrus d > >> command failed: System I/O error > >> localhost> dm user.chuck > >> command failed: Permission de

Re: Migration from foreign IMAP mailboxes

2001-05-28 Thread Stuart Clark
All, Here is my solution to my original post (when i accidently assumed the alias CYRUS LIST :) I have since used the UW mail tools (imap-utils.tar.Z), which does need you to have the c-client source from the UW IMAP server (imap-2000c.tar.Z), compiled but not installed. These are from ftp://

Re: unable to delete mailbox

2001-05-28 Thread Tim Evans
>> That would be great, but... >> >> localhost> sam user.chuck root d >> command failed: System I/O error >> localhost> sam user.chuck cyrus d >> command failed: System I/O error >> localhost> dm user.chuck >> command failed: Permission denied >> >> This is cyrus 1.6.24, running on a Cobalt RAQ

Re: unable to delete mailbox

2001-05-28 Thread Atif Ghaffar
Tim Evans wrote: > > >admins do not get automatically rights over all mailboxes. > >First give deleted access to root and then delete > > > > >sam user.gruppo3 root d > >dm user.gruppo3 > > That would be great, but... > > localhost> sam user.chuck root d > command failed: System I/O error > lo

Re: All-numeric Unix users and cyrus

2001-05-28 Thread Tarmo Kople
On Monday, 28. May 2001 12:16, Jacques Leyrat wrote: > > I don't think the problem is in the /etc/passwd file, because an > > interactive login to account "1234" is OK, and the rejection log comes from > the imapd daemon. > > > And the rejection is only for a all-numeric account. I have tested for

Re: All-numeric Unix users and cyrus

2001-05-28 Thread GOMBAS Gabor
On Mon, May 28, 2001 at 12:16:24PM +0200, Jacques Leyrat wrote: > I confirm that the problem is with Cyrus IMAP daemon. > I have just tried with UW IMAP and message delivery is OK. > Is it possible to modify Cyrus to accept all-numeric accounts ? Remove the check from the end of auth_canonifyid(

Updated Version 0.53 of websieve available..

2001-05-28 Thread Alain Turbide
Hi, Had some rare free time and added some requested features to websieve.pl. Changes: - Added ability to use Sieve's regular expression searches - Added ability to search on any header (above 2 changes from a patch submitted by a user (sorry I misplaced your original email...)) - Added ! (ex

RE: unable to delete mailbox

2001-05-28 Thread Noll Janos
Hy! Do a "sam user.gruppo3 root all" before deleting the mailbox. (sam=set ACL) On 28-May-2001 rj45 wrote: > > localhost.localdomain.org> dm user.gruppo3 > deletemailbox: Permission denied > > I am not able to delete users, anyone would give me a hint ? > I Am root > > cyradm -u root local

Re: unable to delete mailbox

2001-05-28 Thread Delpech Jean-Marc
have look on the user.gruppo3 acl you need to have all the acl for cyrus >sam user.gruppo3 cyrus lrspiwda then you can delete this mailboxe >dm user.gruppo3 that's the way I do, perhaps you will find better ... JMD De : "rj45" <[EMAIL PROTECTED]> À : <[EMAIL PROTECTED]> Envoyé : lundi 28 mai 200

Re: All-numeric Unix users and cyrus

2001-05-28 Thread Simon Loader
Jacques Leyrat wrote: > > > I don't think the problem is in the /etc/passwd file, because an > interactive login to account "1234" is OK, and the rejection log comes from > the imapd daemon. > > And the rejection is only for a all-numeric account. I have tested for a > numeric beginning account w

Re: unable to delete mailbox

2001-05-28 Thread Atif Ghaffar
rj45 wrote: > > localhost.localdomain.org> dm user.gruppo3 > deletemailbox: Permission denied > > I am not able to delete users, anyone would give me a hint ? > I Am root > > cyradm -u root localhost > > so I do not know why I Can't delete it. > > thanks > > Rick admins do not get automatic

Re: unable to delete mailbox

2001-05-28 Thread Sam Stern
Hi RJ, What is the result of "lam user.gruppo3" ?? That is, did you remember to delegate permissions for the cyradmin user to manage that mail box. That step is the one that gets me each time ;> HTH, Sam Stern Bethesda, MD, USA PGP Keys available from the server, S/Mime certificates available

Re: All-numeric Unix users and cyrus

2001-05-28 Thread Jacques Leyrat
> I don't think the problem is in the /etc/passwd file, because an interactive login to account "1234" is OK, and the rejection log comes from the imapd daemon. > And the rejection is only for a all-numeric account. I have tested for a numeric beginning account with letters, and IMAP delivery is O

unable to delete mailbox

2001-05-28 Thread rj45
localhost.localdomain.org> dm user.gruppo3 deletemailbox: Permission denied I am not able to delete users, anyone would give me a hint ? I Am root cyradm -u root localhost so I do not know why I Can't delete it. thanks Rick

Re: All-numeric Unix users and cyrus

2001-05-28 Thread Jacques Leyrat
I don't think the problem is in the /etc/passwd file, because an interactive login to account "1234" is OK, and the rejection log comes from the imapd daemon. And the rejection is only for a all-numeric account. I have tested for a numeric beginning account with letters, and IMAP delivery is OK. M