Cyrus imapd and ssl

2001-05-12 Thread Tarjei Huse
Hi, I've been trying to find somekind of documentation on setting upp cyrus-imapd to do ssl. What is there todo except running configure --with-ssl ? Where should the certs be placed, how should I name 'em +++? Tarjei

setting up imaps

2001-05-12 Thread Tarjei Huse
Hi, I've been trying to find somekind of documentation on setting upp cyrus-imapd to do ssl. What is there todo except running configure --with-ssl ? Where should the certs be placed, how should I name 'em +++? Tarjei

RE: Where to do account management in SASL?

2001-05-12 Thread Tim Pushor
I for one would vote for adding functionality into the SASL API. When I took my users out of my system accounts database and moved them into sasldb, all of a sudden I lost the ability to grant ACL's to groups - because SASL doesn't have any notion of anything but password secrets (and cyrus still

Re: Where to do account management in SASL?

2001-05-12 Thread Amos Gouaux
> On Sat, 12 May 2001 08:33:34 -0500 (CDT), > mills <[EMAIL PROTECTED]> (m) writes: m> It would thus be reasonable for Cyrus SASL to provide other facilities m> related to authentication. This is possible now to a limited extent m> if Cyrus SASL uses pwcheck and PAM for authentication,

lmtp socket problem

2001-05-12 Thread Sergay Romanov
I've got a problem with sendmail on solaris 8 and cyrus. When sendmail deliver mail to imap mailboxes I've got a message to syslog: alpha sendmail: to <[EMAIL PROTECTED]>, delay=xx, xdelay=yy, mailer=cyrus, relay=/var/imap/socket/lmtp, stat=Deferred: Name server: /var/imap/socket/lmtp: hostname lo

Re: Compilation fails under Red Hat 7.1 - libucdmibs.so undefined reference

2001-05-12 Thread Hans Deragon
Greetings I limited my problem to `smux_listen_sd' being an undefined reference. Without changing anything on my system, I added the following libraries in the compilation lines: -lrpm -lrpmio -lgnomesupport The result is the following: [root@world master]# gcc -L/usr/local/lib -Wl,-rpath,/us

Re: Where to do account management in SASL?

2001-05-12 Thread mills
Gabor Gombas writes: > >Note that SASL is a _protocol_ (see rfc), not an API. So "SASL has >no account management" has no meaning. You can add account management >to applications using SASL, and PAM is an obvious choice for doing that. >Just call pam_acct_mgmt() after you have authenticated th

Re: forking/db3/performance problem

2001-05-12 Thread Amos Gouaux
> On Sat, 12 May 2001 12:56:41 +0200 (CEST), > Noll Janos <[EMAIL PROTECTED]> (nj) writes: nj> You mean, multithread the daemon? Or multithread cyrus? If you were to nj> multithread cyrus, you'd have to do it with pop3, lmtpd and the other parts nj> too. It would be nice, but I think tha

Re: Where to do account management in SASL?

2001-05-12 Thread GOMBAS Gabor
On Fri, May 11, 2001 at 03:11:47PM -0500, [EMAIL PROTECTED] wrote: > You don't use sasldb with CRAM-MD5 passwords, then? The problem > with SASL is that it only uses PAM for Unix-style passwords. > There is no account management facility in sasldb, or in SASL > for that matter, other than what's

Re: forking/db3/performance problem

2001-05-12 Thread Noll Janos
Hi! On 12-May-2001 Amos Gouaux wrote: > nj> unix domain socket. I think it would be even faster than DB3, because DB3 > has > nj> to access and load (some of) the data and log files for each > cyrus-instance. > > ^^^ > we