Re: Cyrus IMAP 2.0.11 released

2001-02-01 Thread Rob Tanner
Am I missing something, or do you mean the report says your still using 2.0.9? Otherwise I'm confused. Assuming you do mean 2.0.9, di you terminate the old master process before firing up the new? Since I haven't started playing with 2.0.11 yet, the other thing I wonder is whether the versi

Re: Cyrus IMAP 2.0.11 released

2001-02-01 Thread Ilya
I just downloaded 2.0.11, compiled 2.0.11, moved 2.09 cyrus to different directory, make install 2.0.11 but hwne I connecto to 110 or 143 I get report that it is still 2.0.11 running!!! I ran manually master from new compiled 2.0.11 folder - same results. I dont have anything in inetd.conf for mai

Re: Cyrus lmtp and sockets

2001-02-01 Thread John Hayward
Thanks for the hint. I added password to sasl and things were much happier. johnh... On Thu, 1 Feb 2001, Michael Vinnemeier wrote: > Date: Thu, 01 Feb 2001 22:33:23 +0100 > From: Michael Vinnemeier <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: John Hayward <[EMAIL PROTECTED]> > Cc: Leo

Re: Need a troubleshooting hint

2001-02-01 Thread Rob Tanner
O, how smart you are!! And O, how long I must have stared at that file and not seen what was right in front of my face. Just tried it, and yes, you can put a number in. Thanks so much. Now I can go and find what the problem is. -- Rob --On Thursday, February 01, 2001 02:12:22 PM -0800 Matt

Re: Need a troubleshooting hint

2001-02-01 Thread Matt Prigge
AFAIK you need to edit your cyrus.conf file. There is a section in mine that looks something like this: "SERVICES { imap cmd="imapd" listen="imap" prefork=1 imaps cmd="imapd -s" listen="imaps" prefork=1 ..." My guess would be that you would change the listen="imap" statement

RE:

2001-02-01 Thread Tony Johnson
I've seen an abnormally high number of these. Maybe the cyrus web site needs to be reworked so that the email address to send subscribe/unsubscribe messages is more clear. Yes? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Koshterek Sent: Thursday

Re: Cyrus lmtp and sockets

2001-02-01 Thread Michael Vinnemeier
John, the new perl-cyradm seems to use sasldb validation only. In my installation of IMAP, I configured pwcheck as validation method for imapd and pop3d access and it works fine but cyradm returns the message shown. Just set up the sasldb using saslpasswd and cyradm will work. Michael John Ha

Need a troubleshooting hint

2001-02-01 Thread Rob Tanner
Hi, I've built imapd-2.0.9/sasl-1.5.24 on a solaris box. I want to do PAM authentication w/sasl_auto_transition set to "yes" to populate sasldb. The problem is that it's not working. sasldb is currently populated only with my password for PLAIN and CRAM-MD5 authentication. imtest will only

Migration to 2.0.11

2001-02-01 Thread Martin Stockhammer
Hello, I want to migrate our cyrus 1.6.24 to cyrus 2.0.11, Can I install the new cyrus parallel to my old one, or is it better to use another machine? How can I move my old mailboxes to the new system? Who has done this before? Thank You Martin Stockhammer -- Martin Stockhammer Visual Analy

No Subject

2001-02-01 Thread Alex Koshterek
unsubscribe

Re: Determining which version of cyrus I'm running

2001-02-01 Thread Chris Blackstone
Thanks to Patrick and Rob for their quick response. I determined I'm running 1.5.14 As for the upgrade, I've noticed there are 3 "branches" of cyrus now, 1.5, 1.6, and 2.0. Of these, which one(s) would 1) Be the easiest to upgrade to 2) Offer the most benefit (speed, features, stability, etc)

Re: Determining which version of cyrus I'm running

2001-02-01 Thread Patrick Boutilier
Chris, Telnet to port 143 of your server and the version will show up in the banner. Chris Blackstone wrote: > I'm beginning the process of upgrading our email server that was setup > by a person no longer with my organization. First order of business is > upgrading cyrus, but I'm having trou

Re: Cyrus lmtp and sockets

2001-02-01 Thread Leonard R Smith II
John, I authenticate using kerberos. As long as I have the appropirate tickets before running cyradm I have not problems. However if I try to authenticate, because I have the wrong ticket, I see a similar thing as you do. Insted cyradm crashes out. I haven't had the time to look at it in

Signaled to Death by 11

2001-02-01 Thread Kevin N. Gunn
Hi all! I'm also seeing the "signaled to death by 11" that some others have reported. Here's what I've done: I installed everything from RPMs onto a RedHat Linux 7.0 box with the SMP kernel. I patched and rebuilt the Cyrus package as earlier mentioned by someone on the list so that I wouldn't

Determining which version of cyrus I'm running

2001-02-01 Thread Chris Blackstone
I'm beginning the process of upgrading our email server that was setup by a person no longer with my organization. First order of business is upgrading cyrus, but I'm having trouble determining exactly which version of cyrus was installed. How does one find this out? Thanks in advance, Chris --

Re: Determining which version of cyrus I'm running

2001-02-01 Thread Rob Tanner
Easiest way is just to telnet to port 143 on the imap server. The short welcome line includes the version number. -- Rob --On Thursday, February 01, 2001 10:15:55 AM -0500 Chris Blackstone <[EMAIL PROTECTED]> wrote: > I'm beginning the process of upgrading our email server that was setup > b