Re: acl

2011-04-09 Thread rosenberger

 On Fri, 8 Apr 2011 20:35:53 +0200, Bron Gondwana wrote:
 On Fri, Apr 08, 2011 at 08:21:33PM +0200, Bron Gondwana wrote:
 On Fri, Apr 08, 2011 at 06:17:37PM +0200, rosenber...@taoweb.at 
 wrote:
   But back to the question
   I read out the acl from a mailbox
   lrswipkxtecda
   man cyradm
   l = Look
   r = Read
   s = Seen
   w = Write
   i = Insert
   p = Post
   k = Create
   x = Delete
   t = Delete Message
   e = Expunge
   c = 
   d = 
   a = admin
 
   in the cyrus Documentation the acl
   c = The user may create new sub-mailboxes of the mailbox, or 
 delete or
   rename the current mailbox
   d = The user may store the Deleted flag, and perform expunges.
 
   know is t and d the same ?
   and c is  k ?
 
   i'm confused

 c and d were not specific enough, so they got split up:

 d == xt
 c == ki

 pretty much.

 Replying to myself - here's some more information:

 http://tools.ietf.org/html/rfc4314#section-2.1.1

 Explaining how the rights work in either direction...

 Bron.

 ok thank's
 so on my version 2.3.16

 localhost sam user.test cyrus cd
 localhost lam user.test
 test lrswipkxtecda
 cyrus kxtecd

 localhost sam user.test test2 kxte
 localhost lam user.test
 test lrswipkxtecda
 cyrus kxtecd
 test2 kxtecd

 so i will use lrswipkxtea to create a acl
 an if i found c or d i have to mark the kx or te

 BR Torsten




Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


acl

2011-04-08 Thread rosenberger
 Hello

 i start writing a cyradm web frontend in php.
 the old one php-cyradm was from the 2000 year and does not work on 
 newer php version.

 But back to the question
 I read out the acl from a mailbox
 lrswipkxtecda
 man cyradm
 l = Look
 r = Read
 s = Seen
 w = Write
 i = Insert
 p = Post
 k = Create
 x = Delete
 t = Delete Message
 e = Expunge
 c = 
 d = 
 a = admin

 in the cyrus Documentation the acl
 c = The user may create new sub-mailboxes of the mailbox, or delete or 
 rename the current mailbox
 d = The user may store the Deleted flag, and perform expunges.

 know is t and d the same ?
 and c is  k ?

 i'm confused

 BR/Torsten




Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


cyrus imapd cluster with LVS

2003-09-16 Thread Torsten Rosenberger
Hello

i'm planing a mail cluster with loadbalancing and high availability.
I made some test with linux virtual server and apache. And that looks
good for me.
But i don't know how to share the database from cyrus on more servers.
Maybe this is possible with Global file system from Sistina ?

I have seen in the docs that there are some tools like murder or muped.
What cann i a exactly do with them.

Or is it possible with lifekeeper software ?

Thanks for all information i get !

Best Regards 
Torsten









upgrade from 2.0.16 to 2.1.12

2003-08-26 Thread Torsten Rosenberger
Hello

i tried to take the mailboes.db from an 2.0.16 version and reconstruct
it on the 2.1.12 whithout success.

i dumped it with ctl_mboxlist ./ctl_mboxlist -d  list
and import it with cat list | ctl_mbox_list -u  on the new server
also whithout success.

when i run chk_cyrus he always says chdir /var/lib/imap/user/test 
no such file or directory 


I created a testuser on the new server an dump the mailbox with
ctl_mboxlist and undump it back. everything was ok 
the format looks like the same 
user.test   default test  lrsw...

the dump from the old server is the same format !

Sow way is it not possible to transfer users from the old (2.0.16)
system to the 2.1.12 ?

Best Regards
Torsten