From owner-freebsd-questions@FreeBSD.ORG Tue Feb 19 00:28:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AAFD16A417 for ; Tue, 19 Feb 2008 00:28:31 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id DFE1B13C448 for ; Tue, 19 Feb 2008 00:28:30 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.199] (202-172-126-254.cpe.qld-1.comcen.com.au [202.172.126.254]) by angel.comcen.com.au (8.13.4/8.12.9) with ESMTP id m1J0GPv0085796 for ; Tue, 19 Feb 2008 11:16:30 +1100 (EST) From: Da Rock To: freebsd-questions@freebsd.org In-Reply-To: <20080219002600.05d87274@googlemail.com> References: <20080219002600.05d87274@googlemail.com> Content-Type: text/plain Date: Tue, 19 Feb 2008 10:16:18 +1000 Message-Id: <1203380178.6470.13.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit X-comcen-MailScanner-Information: Please contact the ISP for more information X-comcen-MailScanner: Found to be clean X-comcen-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-16.578, required 4, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.22, BAYES_00 -15.00) X-comcen-MailScanner-From: rock_on_the_web@comcen.com.au Subject: Re: Still looking for a calendar server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 00:28:31 -0000 On Tue, 2008-02-19 at 00:26 +0100, Jan-Hendrik Zab wrote: > On Mon, 18 Feb 2008 02:21:44 +0000 > Da Rock wrote: > > Hey, > > I've brought this up before, I know, but I need a caldav server that > > will work with evolution. I've checked out Darwin Calendar Server, > > but they are not going to solve an issue (as of 2006) that means > > evolution can't use it, and evolution won't budge either- so a > > mexican stand-off and I'm caught in the middle (probably with others). > > I'm currently looking for a caldav/calendar server myself. There are > actually quite a few, but I guess a lot won't met your specific > requirements. To name a few: > > caldav: > - bedework > - davical > - zimbra > - cosmo > > webdav: > - horde > - phpcalendar > > Bedework seems to be a nice choice, I haven't found a way to integrate > tomcat into LDAP yet. But I'm not familiar with tomcat, so that's to be > expected. Davical doesn't seem to care about the access rights I > configured in the web interface, a bug I guess. > > > So that brings me back to the Apache module under construction > > (mod_caldav), but nothing seems to be happening with it. I've > > requested support on the forum their at sourceforge, but I have had > > no response for over a week, and no responses have been issued since > > april 2006. > > I didn't know that such a module existed, I'll look into it! :) > > Jan-Hendrik Zab I'm currently looking into bedework now- it seems ideal, but getting tomcat to work with apache is becoming a challenge. I'm using mod_jk but it doesn't appear to be cooperating yet. What is your experience in building apache modules? The problem is mainly in the mod_dav_acl module which needs xattr.h. I'm wondering if we can "borrow" the headers from another source. I haven't checked zimbra or cosmo properly yet, but at first glance it appeared they didn't quite have what I wanted.