Re: encrypting sessions

2001-08-16 Thread Ken Murchison
chirs charter wrote: > > Hello, > I have recently installed the latest Cyrus IMAP > server. I am wondering what do I have to do to encrypt > the client-server transactions so that username and > pasword don't have to go across the wire in plaintext? > I guess I would like to use SSL. How do I i

Re: Cyradm problems

2001-08-16 Thread Jeremy Howard
Devdas Bhagat wrote: > This one is wierd. I compiled cyrus-sasl 1.5.27 today, and overwrote my > default RPM libraries. > Now I cannot authenticate with cyradm. Have you tried: cyradm -u admin --auth PLAIN localhost ie: specify an explicit mechanism on the command line.

cyrus_ldap_quota perl script

2001-08-16 Thread Kevin J. Menard, Jr.
Hey guys, Here's a script I thought some of you might find useful. Just download it, edit a couple variables (pretty self-explantory when you look at the names and default values), and slap it in a cron job or something. In a nutshell, the script reads /etc/cyrus_ldap_quota_time

encrypting sessions

2001-08-16 Thread chirs charter
Hello, I have recently installed the latest Cyrus IMAP server. I am wondering what do I have to do to encrypt the client-server transactions so that username and pasword don't have to go across the wire in plaintext? I guess I would like to use SSL. How do I implement this? I havent found any docs

Re: New Mailing List Archive

2001-08-16 Thread Kevin J. Menard, Jr.
Hey Rob, Thursday, August 16, 2001, 4:25:15 PM, you wrote: RS> I'd like to announce our new IMAP-backended mailing list archive for the RS> info-cyrus and cyrus-sasl mailing lists. RS> New features include: RS> * Less cluttered user interface. RS> * A threaded message list view

New Mailing List Archive

2001-08-16 Thread Rob Siemborski
I'd like to announce our new IMAP-backended mailing list archive for the info-cyrus and cyrus-sasl mailing lists. New features include: * Less cluttered user interface. * A threaded message list view based off the REFERENCES algorithm. * Bookmarkable URLs. The archives li

changing passwds with saslpasswd

2001-08-16 Thread chirs charter
Hello, Could someone explain to me the procedure and or syntax for changing as users password using saslpasswd? >From what I can tell you can only use saslpasswd the first time to create the account? This can't be right though. I would appreciate any feedback? ___

Cyradm problems

2001-08-16 Thread Devdas Bhagat
This one is wierd. I compiled cyrus-sasl 1.5.27 today, and overwrote my default RPM libraries. Now I cannot authenticate with cyradm. >From the strace log: execve("/usr/local/cyrus/bin/cyradm", ["cyradm", "-u", "cyrus", "-a", "login", "localhost"], [/* 29 vars */]) = 0 write(3, "1 LOGIN cyrus cy

Re: Question

2001-08-16 Thread Tarjei Huse
I like to install the rh powrtools rpm and then just build cyrus from src and install it over, thus the rpm has done all the other setup tings for you. > On Wednesday 15 August 2001 16:29, Martin Justra wrote: >> Hello, >> I tried to install cyrus. I finally finished it with an rpm >> (compi