Re: client side certificate support

2004-09-02 Thread Craig Ringer
On Fri, 2004-09-03 at 00:22, James Miller wrote: > Hi everyone, > > I've been searching around and haven't had much success finding a good > reference for setting up cyrus-imap to use client side certificates. [snip] > I have no problem with creating a CA and creating certs from the CA. I'm > u

Re: Mailbox permissions; how do I make folders un-movable?

2004-09-02 Thread Alexander Dalloz
Am Fr, den 03.09.2004 schrieb Edmund A. Hintz um 0:27: > I've got a user who has an annoying tendency to drag her "sent > messages" folder into one of her mail storage folders. Is there some way > I could set permissions to keep her from doing this? Using Cyrus with the > Berkeley DB, if versi

Mailbox permissions; how do I make folders un-movable?

2004-09-02 Thread Edmund A. Hintz
Hello, I've got a user who has an annoying tendency to drag her "sent messages" folder into one of her mail storage folders. Is there some way I could set permissions to keep her from doing this? Using Cyrus with the Berkeley DB, if versions are relevant holler (I'm assuming they aren't for su

Re: LDAP auth, and Cyrus mailboxes..

2004-09-02 Thread Mike Beattie
On Fri, Sep 03, 2004 at 12:32:07AM +1200, Mike Beattie wrote: > + if (strchr(auth_identity, '.') || strlen(auth_identity)+6 >= > sizeof(inboxname)) return 0; ... > + if (strchr(auth_identity, '.') || strlen(auth_identity)+6 >= > sizeof(inboxname)) return 0; It occurred to me that I'd

client side certificate support

2004-09-02 Thread James Miller
Hi everyone, I've been searching around and haven't had much success finding a good reference for setting up cyrus-imap to use client side certificates. The Installing and Configuring the Imap server doc doesn't have much info about how to do this. http://asg.web.cmu.edu/cyrus/download/imapd/inst

Re: LDAP auth, and Cyrus mailboxes..

2004-09-02 Thread Mike Beattie
On Wed, Jun 16, 2004 at 11:59:08AM -0400, Rob Siemborski wrote: > >Ok, well, it's known behaviour, perhaps I'll need to think up another > >solution. (an ugly patch to cyrus that adds a "loginrequiresinbox:" > >option?) > > This is not unreasonable. I'd probably implement it as part of the > PROX

Re: cyrus-imap and full ldap support

2004-09-02 Thread Patrice
ok, I understand now then , you just have to worry about the ldap I will do a daily export of the mailboxes.db and forget it Thank You Patrice Christopher Baron wrote: Patrice wrote: Thank you for your answer, my sasl server is working , I can authenticate my users into ldap but if I understand w