Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-24 Thread Pat Lashley
--On Saturday, June 22, 2002 02:36:44 PM +0200 Neil Blakey-Milner <[EMAIL PROTECTED]> wrote: >> There is always the option >> to use SSL, which is my preference, but unfortunately neither SSL nor >> SASL have widespread IMAP client support yet. > > Most IMAP clients I know of support SSL. Outl

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-23 Thread Mike Bristow
On Sat, Jun 22, 2002 at 02:36:44PM +0200, Neil Blakey-Milner wrote: > On Sat 2002-06-22 (00:06), Chris Dillon wrote: > > There is always the option > > to use SSL, which is my preference, but unfortunately neither SSL nor > > SASL have widespread IMAP client support yet. > > Most IMAP clients I k

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-22 Thread Terry Lambert
Lyndon Nerenberg wrote: > Terry> Personally, I think SASL should have specified that you > Terry> crypt(3) the passwords, and then use the resulting hash as > Terry> the password value for the shared secret on both ends. At > Terry> least that way, you would not have to pass clear

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-22 Thread Chris Dillon
On Sat, 22 Jun 2002, Neil Blakey-Milner wrote: > On Sat 2002-06-22 (00:06), Chris Dillon wrote: > > Yes, but this is the case with any IMAP server and doesn't really > > have anything to do with Cyrus in particular. Unlike other IMAP > > servers, however, Cyrus supports SASL which offers plenty

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-22 Thread Lyndon Nerenberg
> "Terry" == Terry Lambert <[EMAIL PROTECTED]> writes: Terry> Personally, I think SASL should have specified that you Terry> crypt(3) the passwords, and then use the resulting hash as Terry> the password value for the shared secret on both ends. At Terry> least that way, you

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-22 Thread Neil Blakey-Milner
On Sat 2002-06-22 (00:06), Chris Dillon wrote: > Yes, but this is the case with any IMAP server and doesn't really have > anything to do with Cyrus in particular. Unlike other IMAP servers, > however, Cyrus supports SASL which offers plenty of non-plain-text > authentication options, unfortunatel

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-22 Thread Terry Lambert
Chris Dillon wrote: > > While I appreciate the positive support of Cyrus, I guess I need to > > point out that this approach only works if you are willing to send > > passwords over the wire in plaintext. > > Yes, but this is the case with any IMAP server and doesn't really have > anything to do

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-21 Thread Chris Dillon
On Fri, 21 Jun 2002, Terry Lambert wrote: > Chris Dillon wrote: > > On Fri, 21 Jun 2002, Terry Lambert wrote: > > > It has functionality that can not be implemented without adding to > > > how UNIX does things. Basically, it needs to be able to hook the > > > account constructor/destructor. > >

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-21 Thread Darren Pilgrim
Terry Lambert wrote: > Chris Dillon wrote: > > It's quite simple to integrate Cyrus IMAP with the local system. > > Cyrus will by default use the system password database for its > > authentication, > > While I appreciate the positive support of Cyrus, I guess I need > to point out that this appr

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-21 Thread Terry Lambert
Chris Dillon wrote: > On Fri, 21 Jun 2002, Terry Lambert wrote: > > It has functionality that can not be implemented without adding to > > how UNIX does things. Basically, it needs to be able to hook the > > account constructor/destructor. > > It's quite simple to integrate Cyrus IMAP with the l

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-21 Thread Chris Dillon
On Fri, 21 Jun 2002, Terry Lambert wrote: > It has functionality that can not be implemented without adding to > how UNIX does things. Basically, it needs to be able to hook the > account constructor/destructor. It's quite simple to integrate Cyrus IMAP with the local system. Cyrus will by defa

Re: I Volunteer

2002-06-21 Thread Jason Andresen
"Brandon D. Valentine" wrote: > > On Thu, 20 Jun 2002, Darren Pilgrim wrote: > > >Personally I'm all for courier-imap. IMAP and POP3, Maildirs, SSL, and > >the ability to access both real and virtual mailboxes. > > See my other recent message about the security implications of running > courie

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-21 Thread Terry Lambert
Lamont Granquist wrote: > > > Cyrus imapd is a real pain in the ass to administer local user accounts > > > with though. > > > > You mean that it doesn't integrate well with the UNIX credentials > > system. THe issue here is that Cyrus needs to be able to hook > > create/delete actions on account

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-20 Thread Lamont Granquist
On Thu, 20 Jun 2002, Terry Lambert wrote: > Lamont Granquist wrote: > > Cyrus imapd is a real pain in the ass to administer local user accounts > > with though. > > You mean that it doesn't integrate well with the UNIX credentials > system. THe issue here is that Cyrus needs to be able to hook

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-20 Thread Terry Lambert
Lamont Granquist wrote: > Cyrus imapd is a real pain in the ass to administer local user accounts > with though. You mean that it doesn't integrate well with the UNIX credentials system. THe issue here is that Cyrus needs to be able to hook create/delete actions on accounts, and UNIX fails to pr

Re: I Volunteer

2002-06-20 Thread Terry Lambert
Darren Pilgrim wrote: > Personally I'm all for courier-imap. IMAP and POP3, Maildirs, SSL, and > the ability to access both real and virtual mailboxes. Courrier is derived from one of the two under discussion, just like the Netscape IMAP server. -- Terry To Unsubscribe: send mail to [EMAIL PRO

Re: Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-20 Thread Lamont Granquist
Cyrus imapd is a real pain in the ass to administer local user accounts with though. The cyradm program is extremely deficient. Its great if you want to offer people imap e-mail without offering them shell access. For local access, though, there's a higher administrative overhead. I'm back to

Cyrus vs. UW IMAP (was: Re: I Volunteer)

2002-06-20 Thread Terry Lambert
Jason Andresen wrote: > "Brandon D. Valentine" wrote: > > On Tue, 18 Jun 2002, Darren Pilgrim wrote: > > >It's not exactly FreeBSD, but how about rewriting pine and uw-imap? > > >Last I heard they could use a little work. > > > > It would have to be a complete reimplementation thanks to the retard

Re: I Volunteer

2002-06-20 Thread Brandon D. Valentine
On Thu, 20 Jun 2002, Darren Pilgrim wrote: >Personally I'm all for courier-imap. IMAP and POP3, Maildirs, SSL, and >the ability to access both real and virtual mailboxes. See my other recent message about the security implications of running courier-imap. Also, maildirs are a mediocre idea for

Re: I Volunteer

2002-06-20 Thread Brandon D. Valentine
On Thu, 20 Jun 2002, Jason Andresen wrote: >I thought the strength of uw-imap was that it was fairly easy to >configure for a machine with local users. The strength of uw-imap is clearly that it's fairly easy to allow remote users to root your machine. courier-imap has a bit better track record

Re: I Volunteer

2002-06-20 Thread Darren Pilgrim
Jason Andresen wrote: > "Brandon D. Valentine" wrote: > > uw-imap has also been quite surpassed, it's called cyrus. > > I thought the strength of uw-imap was that it was fairly easy to > configure for a machine with local users. The same certainly > couldn't be said for Cyrus. Heck, I nearly sl

Re: I Volunteer

2002-06-18 Thread Brandon D. Valentine
On Tue, 18 Jun 2002, Darren Pilgrim wrote: >It's not exactly FreeBSD, but how about rewriting pine and uw-imap? >Last I heard they could use a little work. It would have to be a complete reimplementation thanks to the retarded pine license. Besides, pine has been surpassed and it's called mutt.

Re: I Volunteer

2002-06-18 Thread John Nielsen
- Original Message - From: "Evan Dower" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 11:35 PM Subject: I Volunteer > I don't know who might have use of my services (or what my services might be > for that matter), but I hereb

Re: I Volunteer

2002-06-18 Thread Darren Pilgrim
Evan Dower wrote: > > I don't know who might have use of my services (or what my services might be > for that matter), but I hereby offer them up. I'm a student at the > University of Washington and I'll be applying to the Computer Science major > in February. I'd like to get involved with the OS

I Volunteer

2002-06-18 Thread Evan Dower
I don't know who might have use of my services (or what my services might be for that matter), but I hereby offer them up. I'm a student at the University of Washington and I'll be applying to the Computer Science major in February. I'd like to get involved with the OS that is serving me so we