Secure Imap Problems

2002-05-21 Thread Phil Dibowitz
Hey all, I just installed Cyrus, and I can get imap to work, but I can't get secure imap to work. I have both lines uncommented in cyrus.conf: imap cmd="/usr/cyrus/bin/imapd" listen="imap" prefork=1 imaps cmd="/usr/cyrus/bin/imapd -s" listen="imaps" prefork=1 And my imapd.conf

Re: Secure Imap Problems

2002-05-21 Thread Luca Olivetti
Phil Dibowitz wrote: > Hey all, > > I just installed Cyrus, and I can get imap to work, but I can't get > secure imap to work. Did you specify the certificates in imapd.conf? tls_cert_file tls_key_file Bye -- Luca Olivetti

Re: Secure Imap Problems

2002-05-21 Thread Ken Murchison
Phil Dibowitz wrote: > > Hey all, > > I just installed Cyrus, and I can get imap to work, but I can't get secure > imap to work. > > I have both lines uncommented in cyrus.conf: > imap cmd="/usr/cyrus/bin/imapd" listen="imap" prefork=1 > imaps cmd="/usr/cyrus/bin/imapd -s" li

Re: Secure Imap Problems

2002-05-21 Thread Phil Dibowitz
First off, thanks to all who replied... Ken Murchison wrote: > > You need to tell Cyrus where your cert, key, and CA file are located. > See the tls_* options in imapd.conf(5). But, eh, there aren't any. And I'm not just blind, I even did a /tls at the top of the man page and they weren't f

Re: Secure Imap Problems

2002-05-21 Thread Galen Johnson
you have to create them yourself...check out: http://www.ncsu.edu/imap/admin/sslcyrus.html Phil Dibowitz wrote: > First off, thanks to all who replied... > > Ken Murchison wrote: > >> >> You need to tell Cyrus where your cert, key, and CA file are located. >> See the tls_* options in imapd.c

Re: Secure Imap Problems

2002-05-21 Thread Phil Dibowitz
Galen Johnson wrote: > you have to create them yourself...check out: > > http://www.ncsu.edu/imap/admin/sslcyrus.html Either I wasn't clear, or you didn't read my post carefully. I created the certs. What's not there is THE TLS OPTIONS IN THE MAN PAGE. Phil -- "They that can give up essen

Re: Secure Imap Problems

2002-05-21 Thread Phil Dibowitz
Ken Murchison wrote: > You need to tell Cyrus where your cert, key, and CA file are located. > See the tls_* options in imapd.conf(5). So I figured "maybe they did something stupid when building the RPMS" I downloaded the Cyrus Imapd source: $ cd cyrus-imapd-2.0.16 $ cd man $ grep tls * $ gr

Re: Secure Imap Problems

2002-05-21 Thread Ken Murchison
Phil Dibowitz wrote: > > Ken Murchison wrote: > > > You need to tell Cyrus where your cert, key, and CA file are located. > > See the tls_* options in imapd.conf(5). > > So I figured "maybe they did something stupid when building the RPMS" > > I downloaded the Cyrus Imapd source: > > $ cd c

Re: Secure Imap Problems

2002-05-21 Thread Thaddeus Parkinson
On Tue, 21 May 2002, Phil Dibowitz wrote: > > Either I wasn't clear, or you didn't read my post carefully. > > I created the certs. > > What's not there is THE TLS OPTIONS IN THE MAN PAGE. > I can only speak for the cyrus-imapd-2.0.16 distribution, but the file doc/install-configure.html disc

Re: Secure Imap Problems

2002-05-21 Thread Phil Dibowitz
Ken Murchison wrote: > > Yeah, these entries might be missing from the 2.0.x manpages. > >tls_cert_file: > File containing the global certificate used for ALL > services (imap, pop3, lmtp). > >tls_key_file: > File containing the private

Re: Secure Imap Problems

2002-05-21 Thread Ken Murchison
Phil Dibowitz wrote: > > Ken Murchison wrote: > > > > > Yeah, these entries might be missing from the 2.0.x manpages. > > > >tls_cert_file: > > File containing the global certificate used for ALL > > services (imap, pop3, lmtp). > > > >tls_key_file:

Re: Secure Imap Problems

2002-05-21 Thread Scott M Likens
Out of Curiosity do you have OpenSSL installed by any chance, and if so what Version and did you build Cyrus 2.x.x whatever with SSL Compatability in it? Thanks --On Tuesday, May 21, 2002 12:17 PM -0700 Phil Dibowitz <[EMAIL PROTECTED]> wrote: > Galen Johnson wrote: > >> you have to create

Re: Secure Imap Problems

2002-05-21 Thread Phil Dibowitz
Scott M Likens wrote: > Out of Curiosity do you have OpenSSL installed by any chance, and if so > what Version and did you build Cyrus 2.x.x whatever with SSL > Compatability in it? 0.9.6 (according to RH, 0.9.6-9) I've built Cyrus 2.0.16. A few incorrectly placed includes aside, it wasn't

Re: Secure Imap Problems

2002-05-21 Thread Phil Dibowitz
Alright, brand-spankin' new Cyrus-imap 2.0.16 installed from source. I want to get regular imap working before secure imap. I got my imapd.conf file set, and my cyrus.conf file set. I have two users (cyrus and test) who both have real accounts, and sasldb accounts. I can't authenticate. I've

Re: Secure Imap Problems

2002-05-21 Thread Henrique de Moraes Holschuh
On Tue, 21 May 2002, Thaddeus Parkinson wrote: > I can only speak for the cyrus-imapd-2.0.16 distribution, but the file 2.1.4 and 2.1.4 CVS have all these well documented. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the

RE: Secure Imap Problems

2002-05-21 Thread Jeff Bert
sers *** NOTE WHAT REALM THE PASSWORDS ARE IN *** # imtest -a cyrususer -u cyrususer -r REALM REALM Jeff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Phil Dibowitz > Sent: Tuesday, May 21, 2002 3:18 PM > To: [EMAIL PROTECTED] > S

Re: Secure Imap Problems

2002-05-21 Thread Tim Pushor
try sasl_pwcheck_method: sasldb - Original Message - From: "Phil Dibowitz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 4:18 PM Subject: Re: Secure Imap Problems > Alright, brand-spankin' new Cyrus-imap 2.0.16 installed from sou

Re: Secure Imap Problems

2002-05-21 Thread Phil Dibowitz
NOTE: I'm replying to both Tim and Jeff here Tim Pushor wrote: > try sasl_pwcheck_method: sasldb I noticed that the HowTO says "sasl_passwd_check" while the man page and official docs say "sasl_pwcheck_method" - I tried both with the same result... NOTE: Authentication does seem to work