Cyrus imap 2.0.11 w/ SASL 1.5.24 authentication Kerberos 5 (GSSAPI)

2001-02-06 Thread Bruce Keitell
I am wanting to achieve Kerberos 5 authentication using cyrus-imapd-2.0.11. Does anyone have this implemented and/or could you provide any suggestions or information that may help? It appears this can only be done currently by the GSSAPI mechanism in SASL 1.5.24. I have found the cyrus-imapd-2

A newbie Question?Resending...

2001-02-06 Thread Ritesh Srivastava
Hi, Does Cyrus IMAP Server supports LDAP.Please answer 2 things: Does IMAP Server has built in LDAP? If not, does Cyrus IMAP supports LDAP? Another question is : Is Cyrus available for Solaris as well.On site , on the site,it says the server is only

Re: master not respawning properly under OpenBSD 2.8

2001-02-06 Thread Bitt Faulk
More research: I patched master.c to spew out its file descriptors using lsof via a system() call, before and after the dup2()s. It's fine. However, the imapd process that's running has those fds differently. It looks like something was royally trodden upon. So, while I think that the rlim_t

Re: Cyrus 2.0.11/1.5.24 on Redhat 7 help needed badly!

2001-02-06 Thread Lawrence Greenfield
Is Cyrus SASL compiled against db-3.2.9? If libsasl is compiled against a different database library than imapd, weird things can happen. Larry Date: Tue, 06 Feb 2001 14:21:48 -0800 From: Jeff_Newton <[EMAIL PROTECTED]> I could really use some help troubleshooting my install. Thanks

2.0.11 spuriously links master with libwrap

2001-02-06 Thread Bitt Faulk
The master/Makefile links master with libwrap, and it doesn't need it. On my OpenBSD system, this actually causes runtime linking errors, as libwrap expects deny_severity and allow_severity to be supplied to it. The only place those symbols exist is in master/service.o, but that's not linked in

Cyrus 2.0.11/1.5.24 on Redhat 7 help needed badly!

2001-02-06 Thread Jeff_Newton
I could really use some help troubleshooting my install. Thanks in advance for your suggestions!! I manually compiled and installed the following: db-3.2.9 cyrus-sasl-1.5.24 cyrus-imapd-2.0.11 After starting /usr/cyrus/bin/master I try the following test: $ telnet localhost imap Trying 127.0

Re: master not respawning properly under OpenBSD 2.8

2001-02-06 Thread Bitt Faulk
Bitt Faulk wrote: > > Lawrence Greenfield wrote: > > > > Could you please try this patch? > > That seems to do it. :-) I take it back. It doesn't have any apparent affect. I must be smoking crack. -Bitt

Re: master not respawning properly under OpenBSD 2.8

2001-02-06 Thread Bitt Faulk
Lawrence Greenfield wrote: > > Could you please try this patch? That seems to do it. :-) -Bitt

Re: master not respawning properly under OpenBSD 2.8

2001-02-06 Thread Bitt Faulk
Bitt Faulk wrote: > > A simple test program, listed below, seems to work better with rlim_t > than int. All that I did was change the argument to limit_fds from > an int to a rlim_t (line 6). Here's the outputs with int and rlim_t: Forgot to mention that making that simple change in the cyrus

Re: master not respawning properly under OpenBSD 2.8

2001-02-06 Thread Bitt Faulk
Lawrence Greenfield wrote: > > Can someone with a FreeBSD/OpenBSD machine please read the > documentation for setrlimit() and find out what's going wrong with the > current code? Well, the debug output says: Feb 5 19:50:15 inky master[12991]: set maximum file descriptors to 256/0 Which would

Re: master not respawning properly under OpenBSD 2.8

2001-02-06 Thread Lawrence Greenfield
Date: Tue, 06 Feb 2001 15:02:26 -0500 From: Bitt Faulk <[EMAIL PROTECTED]> Lawrence Greenfield wrote: > > Can someone with a FreeBSD/OpenBSD machine please read the > documentation for setrlimit() and find out what's going wrong with the > current code? Well, the debug o

Re: master not respawning properly under OpenBSD 2.8

2001-02-06 Thread Lawrence Greenfield
Can someone with a FreeBSD/OpenBSD machine please read the documentation for setrlimit() and find out what's going wrong with the current code? Thanks, Larry Date: Tue, 06 Feb 2001 23:20:12 +0900 (JST) Cc: [EMAIL PROTECTED] From: Hajimu UMEMOTO <[EMAIL PROTECTED]> (花宴) Hi,

Re: mailboxes.db

2001-02-06 Thread Scot W. Hetzel
From: "jean-marc delpech" <[EMAIL PROTECTED]> > Thanks, Scot it works well now (I forget to say I installed Cyrus 2.0.11) > In the new doc. I read that "crash in reconstruct now fixed" but when I try > to do > cyrus>reconstrution -m > recontructing mailboxes.db currently not supported. > What is t

Re: master not respawning properly under OpenBSD 2.8

2001-02-06 Thread Hajimu UMEMOTO
Hi, > On Mon, 05 Feb 2001 20:10:18 -0500 > Bitt Faulk <[EMAIL PROTECTED]> said: > I don't know if this is an OS issue or a Cyrus issue, so if folks > would continue to look at it (if you already were :-), I'd appreciate > it. wfaulk> Also, I discovered, this problem does not exist und

Re: master not respawning properly under OpenBSD 2.8

2001-02-06 Thread Joel M. Baldwin
I'm seeing the same behavior under FreeBSD 3.5. There was a patch posted in the list right after 2.0.11 came out that was supposed to fix this but I haven't tried it yet. Search the archive. Bitt Faulk wrote: > > Bitt Faulk wrote: > > > > Bitt Faulk wrote: > > > > > > I've compiled Cyrus 2.0.