How to use different ssl-Certs for pop and imap?

2001-06-28 Thread Anton Roeckseisen
Hi, I use some pre 2.0.13 Version of cyrus imapd and got ssl working properly. Does anyone know if its possible to use different certificates for pop and imap? Right now I have configured one certificate in imapd.conf. It's working for both. Because I would like our users to access the service

problem compiling cyrus 2.0.14

2001-06-28 Thread Gowranga K.H.
Hi all, I'm trying to compile cyrus-imapd-2.0.14 on my HP-UX 10.20 system: I get the following error on doing "make" ### Making all in /usersp/reddyd/cyrus-imapd-2.0.14/perl (cd imap; \ SASL_LIB="/usr/local/lib/" SASL_INC="/usr/local/include/" CC="/opt/gcc/bin/gcc" \ perl Ma

Re: Fwd: Re: sub-folder delivery

2001-06-28 Thread Anton Roeckseisen
Hi, do you have correct ACLs in the subfolder? The subfolder needs to have (p)ost right for "anyone" to get mail delivered. \Anton > Sorry to reply to my own posting, but I've been reading through the > archives and stumbled on the discussion about ruleset 5 in sendmail. > > When I tried remo

Maxchild control

2001-06-28 Thread Julien Marchal
I try cyrus 2.0.14 on solaris 2.6 I have put the following line in /etc/cyrus.conf imap cmd="imapd" listen="imap" prefork=3 maxchild=50 But When I try cyrus make more than 50 symultaneous connexion (I try 80) the master fork 80 imapd process. The master don't follow the maxchild option ? I do

CVS server problem

2001-06-28 Thread Patrick Boutilier
Hi, Whenever I run: cvs -d :pserver:[EMAIL PROTECTED]:/cvs co cyrus I get the following error: cvs server: Updating cyrus/contrib/notify_unix cvs server: failed to create lock directory in repository `/cvs/src/cyrus/contrib/notify_unix': Permission denied cvs server: failed to obtain dir lo

Re: problem compiling cyrus 2.0.14

2001-06-28 Thread Souk-Aloun Samuel
"Gowranga K.H." a écrit : > > Hi all, > > I'm trying to compile cyrus-imapd-2.0.14 on my HP-UX 10.20 system: > I get the following error on doing "make" > > ### Making all in /usersp/reddyd/cyrus-imapd-2.0.14/perl > (cd imap; \ > > SASL_LIB="/usr/local/lib/" SASL_INC="/usr/local/includ

Re: mailboxes.db DBERROR's?

2001-06-28 Thread +archive.info-cyrus
You might provide the list with additional info, like what platform/os you're using. And how many users are we talking about, anyway? What version of db are you using? -Amos On Wed, 27 Jun 2001, derek spencer wrote: > I'm running cyrus 2.0.14 on a machine that's been working fine for about 4

Re: How to use different ssl-Certs for pop and imap?

2001-06-28 Thread Ken Murchison
Anton Roeckseisen wrote: > > Hi, > > I use some pre 2.0.13 Version of cyrus imapd and got ssl working properly. > Does anyone know if its possible to use different certificates for pop and > imap? Right now I have configured one certificate in imapd.conf. It's working > for both. Because I wou

Re: mailboxes.db DBERROR's?

2001-06-28 Thread Derek Spencer
Ok, to be more exact: Solaris 7 (sparc) cyrus 2.0.14 cyrus-sasl 1.5.24 Berkeley DB 3.2.9 Postfix 20010228-pl03 I have about 120 users on the system, half of them IMAP, the other half POP. I've found a way to "restore" mailboxes.db. I take a copy that hasn't been corrupted, copy it over to /var

sasldb-error

2001-06-28 Thread Christoph Krempe
Hi, I'm trying to run cyrus 2.0.14 together with BerkeleyDB 3.2.9 and cyrus-sasl 1.5. I compiled: BerkeleyDB3.2.9: ./configure cyrus-imap: ./configure --disable-sieve --with-auth=unix --with-sasl=/usr/local/lib --with-dbdir=/usr/local/BerkeleyDB.3.2 cyrus-sasl: ./configure --with-pwche

cyrus 2.0 w/flat mailboxes file

2001-06-28 Thread Derek Spencer
In the changelog under "Changes to the Cyrus IMAP Server since 2.0.5" it states: - mailboxes file can once again be a flat text file. (compile-time choice) What is that compile time choice? I cannot seem to find this anywhere in the documentation. What do I need to do in order to get 2.0.14 t

Alpha Release of Cyrus SASL 2.0.0

2001-06-28 Thread Rob Siemborski
I'd like to announce the alpha release of Cyrus SASL 2.0.0 on ftp.andrew.cmu.edu. This is the first release implementing the SASLv2 API. This API allows for many improvements in memory management, support for additional plugin types, simplified database support, and improved error reporting. Th

Re: sasldb-error

2001-06-28 Thread Rocky S. Lee
I think it is because of the read permission of the sasldb file. My cyrus user is cyrus:mail, so chgrp mail /etc/sasldb and chmod g+r /etc/sasldb It's OK. BTW: One can find the answer of his question from the archive. I did so. - Original Message - From: "Christoph Krempe" <[EMA

Re: mailboxes.db DBERROR's?

2001-06-28 Thread Amos Gouaux
> On Thu, 28 Jun 2001 07:46:51 -0700, > Derek Spencer <[EMAIL PROTECTED]> (ds) writes: ds> Ok, to be more exact: ds> Solaris 7 (sparc) ds> cyrus 2.0.14 ds> cyrus-sasl 1.5.24 ds> Berkeley DB 3.2.9 ds> Postfix 20010228-pl03 I don't know if it would help or not, but you do have this box ful

Re: mailboxes.db DBERROR's?

2001-06-28 Thread Derek Spencer
Amos Gouaux wrote: > > > On Thu, 28 Jun 2001 07:46:51 -0700, > > Derek Spencer <[EMAIL PROTECTED]> (ds) writes: > > ds> Ok, to be more exact: > ds> Solaris 7 (sparc) > ds> cyrus 2.0.14 > ds> cyrus-sasl 1.5.24 > ds> Berkeley DB 3.2.9 > ds> Postfix 20010228-pl03 > > I don't know if it wou

Re: cyrus 2.0 w/flat mailboxes file

2001-06-28 Thread Ken Murchison
Derek Spencer wrote: > > In the changelog under "Changes to the Cyrus IMAP Server since 2.0.5" it > states: > > - mailboxes file can once again be a flat text file. (compile-time > choice) > > What is that compile time choice? I cannot seem to find this anywhere > in the documentation. > >