Re: ACL problem

2010-12-09 Thread Bron Gondwana
On Thu, Dec 09, 2010 at 03:27:59PM +0100, Sebastian Hagedorn wrote: > Hi, > > no takers? I get that the developers are probably only concerned > with 2.4.x, so perhaps one of you could try to verify if the > behavior there is the same? Just try to set the ACL for a mailbox > that belongs to user u

Re: ACL problem

2010-12-09 Thread Sebastian Hagedorn
Hi, no takers? I get that the developers are probably only concerned with 2.4.x, so perhaps one of you could try to verify if the behavior there is the same? Just try to set the ACL for a mailbox that belongs to user using the same account. If you try to set it to "weraslpki", does it take or

ACL problem

2010-12-03 Thread Sebastian Hagedorn
Hi, we're running Cyrus IMAP 2.3.14. We use a web frontend for ACL management (originally written by Shawn Sivy, but adapted to RFC 4314 by me). Recently we found that users cannot remove the 'x' right from their mailboxes. Initially I assumed a bug in the CGI, because it worked fine when we

Re: ACL Problem

2004-12-08 Thread Ken Murchison
Timo Eissler wrote: Hello List, i just want to ask why the flags for deleting a mailbox are not splitted from the flag to create a sub-mailbox. Its because the original ACL extension (RFC 2086) was vague on which right controlled DELETE. Some implementations like Cyrus tie it to the 'c' (CREATE

ACL Problem

2004-12-08 Thread Timo Eissler
Hello List, i just want to ask why the flags for deleting a mailbox are not splitted from the flag to create a sub-mailbox. Example... I just want a developer team to create mailboxes under the public folder /imap_root/developers/. I must set the d flag for the directory developers. Now they can

Re: Delete ACL problem

2004-02-20 Thread Brenden Conte
Ah, found it, indeed, it was the old version. Replacing the modules with the new one fixed the problem. Thanks! Brenden On Fri, 2004-02-20 at 10:02, Rob Siemborski wrote: > On Fri, 20 Feb 2004, Brenden Conte wrote: > > > It appears by all tests to be the cyradm directly from the 2.2.3 > > sourc

Re: Delete ACL problem

2004-02-20 Thread Rob Siemborski
On Fri, 20 Feb 2004, Brenden Conte wrote: > It appears by all tests to be the cyradm directly from the 2.2.3 > sources. > > I will dig around to see if theres any other version conflicts i can > find. The key is the Admin.pm file, not the cyradm shell script. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: Delete ACL problem

2004-02-20 Thread Brenden Conte
On Fri, 2004-02-20 at 09:11, Rob Siemborski wrote: > > You are using an old version of cyradm against a new version of cyrus > IMAP (which no longer supports the "MAILBOX" parameter to DELETEACL). > > Update your cyradm to match the Cyrus IMAP version. > > -Rob > [EMAIL PROTECTED] mail]# ls -a

Re: Delete ACL problem

2004-02-20 Thread Rob Siemborski
On Fri, 20 Feb 2004, Brenden Conte wrote: > Using cyradm and (trying) to perform just the "dam user.test conteb" > command, this shows up in the telemetry logs: > > -- g_imap Fri Feb 20 08:58:33 2004 > > >1077285513>3 OK User logged in > <1077285513<4 RLIST "" "" > >1077285513>* LIST (\Nos

Re: Delete ACL problem

2004-02-20 Thread Brenden Conte
On Thu, 2004-02-19 at 17:41, Rob Siemborski wrote: > On Thu, 19 Feb 2004, Brenden Conte wrote: > > > In short, heres a demonstration. > > > > localhost.localdomain> cm user.test > > localhost.localdomain> sam user.test conteb all > > localhost.localdomain> dam user.test conteb > > deleteac

Re: Delete ACL problem

2004-02-19 Thread Rob Siemborski
On Thu, 19 Feb 2004, Brenden Conte wrote: > In short, heres a demonstration. > > localhost.localdomain> cm user.test > localhost.localdomain> sam user.test conteb all > localhost.localdomain> dam user.test conteb > deleteaclmailbox: conteb: Unexpected extra arguments to Deleteacl Can you

Delete ACL problem

2004-02-19 Thread Brenden Conte
In short, heres a demonstration. localhost.localdomain> cm user.test localhost.localdomain> sam user.test conteb all localhost.localdomain> dam user.test conteb deleteaclmailbox: conteb: Unexpected extra arguments to Deleteacl I've looked in the archives, but found nothing that worked. J