Groupware
From rick Thu Jul 3 16:44:53 2003
Date: Thu, 3 Jul 2003 16:44:53 -0700
To: luv@luv.asn.au
Subject: Re: Exchange Replacement using RedHat
User-Agent: Mutt/1.5.4i
Quoting Wylie Edwards coyote@nexxusconsulting.com.au:
> I was wondering if anyone has had experience with
replacing MS
> Exchange with anything other than Suse Open-Exchange?
[...]
Discussions about MS-Exchange replacements are complicated by the fact that different people will accept different things as "replacements":
- A replacement server that completely emulates MS-Exchange
functionality
in real time for MS-Outlook clients. This requires
reverse-engineering
Microsoft's secret RPC-based communications protocols, instead
of
just implementing MAPI. (The latter's less difficult; MAPI is
bizarre
but documented. Note: Real-time is possible with MAPI, but
you
need a full MAPI storage provider plug-in for live access;
almost
all implementations are MAPI service providers, which do
periodic syncs.)
To my knowledge, only Bynari Insight Server and Oracle Collaboration Suite (formerly Steltor CorporateTime) aspire to this level of emulation. Note: While this makes Outlook users happy, everyone else gets lesser functionality (using either Web access, or proprietary clients from Bynari/Oracle, or IMAP/SMTP/LDAP).
- A replacement server that lets MS-Outlook in workgroup mode talk to the server periodically (as opposed to in real-time) over extended-IMAP transport. This entails doing MAPI, instead of the secret RPC-based protocols.
- Samsung Contact (formerly HP Openmail), CommuniGate Pro
Messaging
Server, Bynari InsightConnector, EasyGate Workgroup, and
exchange4linux
appear to take this approach. In some cases, (e.g.,
exchange4linux,
Bynari InsightConnector), you have to run a "MAPI service
provider"
plug-in on each Outlook-equipped workstation, which I gather
are
what translate MAPI to extended-IMAP calls data-encoded in
the
Microsoft-proprietary TNEF format (Transport Neutral
Encapsulation
Format): the familiar "winmail.dat" attachments.
The same product is also available as Scalix, "http://www.scalix.com/.
Once again, these solutions are fundamentally Outlook-centric, in that anyone not using Outlook gets some lower level of access.
An effort to create open-source MAPI service providers (extensions for MS-Outlook to support back-ends other than Exhange Server: Outlook Connector Project, http://openconnector.org/
- Server suites that rely partially on Web-based
functionality.
SUSE Linux OpenExchange Server does this, using .comFire,
http://www.comfire.de/ , for
integrated scheduling and group
discussions (shared folders). Of course, this means the
Web-based functions in question are (1) not accessible when
offline, and (2) not accessible in MS-Outlook.
(Because all the software components in SUSE Linux OpenExchange Server — except some convenience-feature installation and adminstrative tools — are open source or freely available, i.e., Java SDK 1.2 or later, one can optionally install and configure "Open-Xchange" on any Linux/BSD system without using SUSE's retail bundle. It should be noted that this misses bundled cross-platform integration software, prepaid maintenance, and SUSE's 5-year support guarantee. See development and documentation site.)
- Server suites that use 100% Web access. PHPGroupWare, Sherpath, Horde/IMP/Kronolith, and many others can do this — but there's nothing for MS-Outlook users and no offline functionality.
- Proprietary stuff for both ends, with no MS-Outlook client support. Examples: Lotus Notes/Domino, Novell GroupWise. GroupWise will soon have a Linux client, by the way. Both have limited-function webmail access, for client machines not running their dedicated client pieces.
- Efforts to do full MS-Exchange-equivalent functionality
by
extending and inventing open standards — while still
accomodating
MS-Outlook. The KDE Project's Kolab server and Kontact PIM
client
(beta release — both comprising what's temporarily called
the
Kroupware project) do this, for example. MS-Outlook users can
connect to it using the Bynari InsightConnector for Exchange,
gaining the aforementioned periodic-polling type of access.
Clients exchange scheduling, tasks, etc. data with Kolab by sending vCal and vCard parcels over MIME-encoded SMTP and http/https/WebDAV or ftp. Oddly, there's no Web-browser access to Kolab data. (Addendum: Such is being added, based on Horde.)
- Efforts to build a wholly open-source, 100% IETF-standards server. Whenever Mitch Kapor's Open Source Application Foundation finishes its extremely promising open-source cross-platform PIM, "Chandler" (being written in Python), they intend to create the first-ever reference implementation of the longtime IETF protocol suite for groupware — iCAL = RFC-2445 (data format), Calender Access Protocol (CAP) standard for socket access to calendar data, etc. Work hasn't yet started on the server.
In short, what you choose depends on lots of factors:
- How much you care about Outlook client support.
- How much you care about non-Windows client access.
- Whether Web-browser client access is good enough.
- How much you care about offline functionality.
- Budget.
- How much you care about extremely detailed integration of all the groupware functions.
For sites that really, really like MS-Outlook, there's really nothing like Exchange Server, to give real-time access and maximal integration.
I have more information filed away at:
http://linuxmafia.com/faq/Mail/groupware.html
http://linuxmafia.com/faq/Apps/scheduling.html
...including links to everything mentioned above.
--
Cheers, find / -user your -name base -print | xargs chown
us:us
Rick Moen
rick@linuxmafia.com
[The e-mail below has been re-edited in this Web archive to update and extend the information within it.]
Date: Sun, 26 Jan 2003 03:24:39 -0800
From: Rick Moen rick@linuxmafia.com
Subject: Re: Lotus Notes Client
To: luv@luv.asn.au
My impression is that businesses are so eager for software that handles scheduling, e-mail, and group discussion fora ("shared folders") that they tend to jump into them uncritically.
I haven't really taken the time to survey all the primary options, but here are some notes I've accumulated on the ones I know of:
- MS Exchange Server (server end; NT only), MS Outlook (client
end;
Win32, MacOS). Limited support of open-protocol clients
via either IMAP (for mail only) or full-service Web access
using
the server's optional Microsoft Outlook Web Access gateway
(requires
a Web browser supporting frames and Javascript). Microsoft
Corp.
wants to sell you Exchange 2000, these days, but Exchange 5.5
is
still very common.
Newer MS Exchange Server versions have been moving towards a secret RPC-based transport protocol suite for real-time communication with (newer) MS-Outlook versions (Outlook 2000 SP3 and later), while retaining support for the older (and publicly documented) MAPI protocol suite, which polls the server periodically. Reportedly, MAPI support will soon be eliminated from Exchange Server.
- Lotus Notes / Domino (server end, Linux supported), Lotus Notes (client end; Win32, MacOS). Limited webmail access (iNotes). Win32 client works satisfactorily under WINE on Linux and other Unixes.
- Novell Groupwise. http://www.novell.com/products/groupwise/ Server end runs on either Novell NetWare 5/6 or WinNT. Client end is proprietary Win32 client or webmail. A native Linux client is under development.
- SUSE Linux Openexchange Server (formerly SuSE Linux eMail
Server).
Standard, good open-source components (Postfix, Apache, Cyrus
IMAP,
OpenLDAP, OpenSSL) preconfigured to work well with one another,
plus
a couple of proprietary components: YaST2 for graphical
administration, and .comFire, http://www.comfire.de/ (replacing
the
original SkyrixGreen component) for integrated scheduling and
group
discussions (shared folders). Client access from any OS,
including
but not limited to webmail. (Note that .comFire's access to
calendars, management of addresses, projects and documents, tasks
and
forums is Web-only, which among other things means there's no
detached operation — one drawback of Web solutions
generally.)
A full-functional trial version (lacking only "maintenance") is available for US $20 at http://www.suse.com/openexchange/slox_eval_form.html . Sites are known to scale well to at least 1,000 users per site. The largest deployment yet known (March 2003) is 1,900 users.
Alternatively, one can acquire all the components other than the bundled simple installer and administrative utilities, as Open-Xchange and run them on your choice of Linux or BSD distribution.
- Bynari Insight Server, http://www.bynari.net/ . Server end is Linux-based. Intended as a plug-compatible replacement for MS-Exchange Server, based on POP3, IMPA, SMTP, and LDAP, but also with full support for all the special, proprietary MS-Exchange Server RPC-based protocols for group discussion, scheduling, contact management, task lists, etc., when used with MS-Outlook clients. March 2003 review by Hans-Cees Speel: http://linuxjournal.com/article.php?sid=6734
- Bynari InsightConnector, http://www.bynari.net/ . Client-side extension; loads into MS-Outlook clients to let them perform MS-Exchange-type functions (scheduling, contact-management, public folders) without needing an MS-Exchange server, using only open-standard IMAP, SMTP, and LDAP servers, instead.
- Samsung Contact (formerly HP Openmail), http://samsungcontact.com/en/
.
Server end can be Linux-based (or Solaris/AIX). Based on SMTP,
IMAP,
POP3, LDAP. Supports proprietary protocols for e-mail,
scheduling,
etc. native to Samsung's Contact client (which is available on
Linux
and Win32). Webmail access. Implements Microsoft's (documented,
for
a change) MAPI protocol for scheduling, public folders,
offline
folders.
The same product is also available as Scalix, http://www.scalix.com/ .
- Oracle Collaboration Suite, http://www.oracle.com/ip/deploy/cs/ Formerly Steltor CorporateTime, http://www.steltor.com/, until that firm's recent acquisition by Oracle. (That product is said to have emerged from Netscape Calendar.) Does IMAP, POP3, SMTP, E-mail, real-time conferences, voicemail, scheduling. Apparently implements all of the special, proprietary MS-Exchange Server RPC-based protocols for group discussion, scheduling, contact management, task lists, etc., when used with MS-Outlook clients. Uses Oracle 9i as its message store. Web site doesn't really make clear what OSes the server end runs on.
- CommuniGate Pro Messaging Server, http://www.stalker.com/CommuniGatePro/ . From Stalker Software, Inc. Server end runs on lots of Unixes including Linux, or on Win32, and quite a few other OSes. Does IMAP, POP3, SMTP, LDAP, scheduling, webmail. Implements Microsoft's (documented, for a change) MAPI protocol for access to its features from MS-Outlook.
- EasyGate Workgroup, http://download.easygate.n-h.com/ , from Neuberger & Hughes GmbH (Netherlands) (Don't know much about this, yet. Appears to be a superset incorporating exchange4linux, about which see separate entry.) Implements Microsoft's (documented, for a change) MAPI protocol for scheduling, public folders, offline folders.
- Kerio MailServer, http://www.kerio.com/kms_home.html . IMAP, POP3, SMTP, antivirus/antispam, public mail folders, shared mail folders, webmail. Optional integration into MS Active Directory.
- SCOoffice Mail Server, formerly Caldera Volution Messaging
Server:
Postfix for the MTA, Cyrus for message storage, Horde/IMP/MySQL
for
webmail, and OpenSSL and pam-ldap for authentication. Lacks
scheduling,
but SCOoffice Mail Connector for Microsoft Outlook is
available
separately.
http://www.sco.com/products/SCOoffice/mail/
http://www.linuxjournal.com/article.php?sid=5663 - Joydesk, http://www.joydesk.com/ . Proprietary, uses Borland Interbase for data storage.
- Kroupware, production code. Postfix for the
MTA,
Cyrus for the LDAP core (those comprising the Kolab server); can
be used
with Outlook when a Bynari connector for Exchange is
installed.
Includes scheduling and tasklist modules, which establish
new,
open-source standards. Pegasus Mail already supports the
latter, as does the new KDE Kontact client (KMail,
KOrganizer,
KAddressBook, and KNotes in a unifying shell). But there's no
Web
browser access to Kolab data.
http://www.kroupware.org/
(March 2003 review by Hans-Cees Speel).
http://linuxjournal.com/article.php?sid=6734The Kroupware Project was successful and its codebase (now available as production code) has been retroactively dubbed Kolab1; work has started on Kolab2 and development snapshots are now (2004-12) available. The design includes centrally stored personal addressbooks, iCAL (including an implementation of free-busy lists, conveyed over https with WebDAV planned for the future), vCard-encoding of contact data, storage of back-end data in IMAP, group and individual-level control over access to all resource accounts using IMAP ACLs, tasks conveyed in iCAL vToDo format using MIME encoded e-mail, and contact data storage with corresponding ACLs in LDAPv2.
Information is available at http://kolab.org/.
- Sherpath, http://www.sherpath.org/ , beta stage. Client access via Web browser (only). 100% open source: Implemented with PHP4, Apache, MySQL in PHP + HTML + JavaScript. E-mail, scheduling, contact mgmt, task mgmt.
- OSER (Open Source Exchange Replacement, http://oser.sourceforge.net/ ) seems to be in very early development — and possibly abandoned at that early stage — and will (would?) use Qmail (proprietary, source-available), Courier IMAP, OpenLDAP, Samba-TNG, Jabber, Jical, Squirrel Mail, and so on, to provide e-mail and group discussions (public folders), IM, and scheduling.
- exchange4linux (including the older BILL Workgroup Server server-side codebase, http://www.billworkgroup.org/billworkgroup/home) from Neuberger & Hughes GmbH (Netherlands) is a suite of tools to serve mail, public folders, task lists, shared calendars, etc. to MS-Outlook (but not Outlook Express) clients operating in Corporate / Workgroup mode. Server code is open source; the BILL MAPI Service Provider for Outlook (which must run on the MS-Windows/Outlook client side) is proprietary. Web-based access, an IMAP gateway, and an LDAP export feature are under development. Supports a single-level global Outlook address book, ACLs on public folders (including Appointments, Contacts, Notes, etc.). Support for opening another user's private mailbox or calendar is under development.
OpenGroupware.org, http://www.opengroupware.org/, is an extensible, open-source server suite that initially will manage scheduling information only, but aims to also manage other organisational work documents (spreadsheets, word processor documents, presentation files, etc.) as it's developed. It will not aim to handle e-mail, instant messaging, or directory services.
Client access is from either iCAL apps (Mozilla Calendar, Glow, KOrganizer, MacOS X's iCal.app) or from MS-Outlook with the proprietary ZideLook MAPI storage provider plug-in (maps MAPI calls to WebDAV for real-time access), or from Ximian Evolution with the proprietary Ximian Connector v. 1.2 plug-in (maps MAPI calls to WebDAV), or from any HTML 4.0-compliant Web browser, or via XML-RPC, or via PalmOS HotSync.
(as of 2004-12, the Mozilla project launched a new project dubbed Lightning" to tightly integrate the Mozilla Calendar iCAL-handling code plus task-management, etc., into the Thunderbird MUA, turning it into a full-featured PIM.)
It's doubtful that the OpenGroupware.org suite supports Outlook/Exchange style shared calendar & contact information, given dependence on iCAL files.
The OpenGroupware.org server software consists of parts of older, proprietary Skyrix Groupware Server, formerly Skyrix 3, formerly LSOffice (from Skyrix Software, formerly MDlink GmbH).
more.groupware, http://www.moregroupware.org/, is another Web-based groupware suite with a PHP front-end. It contains modules like contact management, webmail, calendar, and more, and is relatively easy to extend.
Group-Office, http://www.group-office.com/, IMAP/POP3/SMTP e-mail with WebDAV-sharable, importable/exportable iCAL calendars, PHP/Web-based access to projects, notes, webmail, and Web-site editing/templating, WebDAV access to a shared file store, and a central e-mail address book / contact list that's probably LDAP-based.
eGroupWare, http://www.egroupware.org/, is another PHP-based, modular groupware suite featuring a group calendar with a meeting-request system (based on Craig Knudsen's Webcalendar), a "SiteMgr" Web content-management system, an "InfoLog" system (ToDos, Note, telephone calls, CRM), e-mail, a trouble ticket system, forums, personal and corporate address books, a knowledgebase, a wiki documentation system, and more.
--
Cheers, "Why is the alphabet in that order? Is it because of that
song?"
Rick Moen -- Steven Wright
rick@linuxmafia.com
Date: Sun, 26 Jan 2003 05:45:22 -0800
From: Rick Moen rick@linuxmafia.com
Subject: Re: Groupware Systems (Was: Re: Lotus Notes Client)
To: luv@luv.asn.au
Quoting LapTop006 (laptop006@chriskaine.com.au):
> Ximian Evolution can connect directly to Exchange,
although I don't
> know how well it works.
(1) You need to purchase the proprietary Ximian Connector add-on. Just Ximian Evolution doesn't suffice. (2) The Microsoft Exchange Server 2000 server must have Outlook Web Access enabled (for WebDAV access, which many Exchange Server admins refuse to allow, citing security concerns). It seems likely that all Ximian Connector does is screen-scrape the Outlook Web Access HTML screens — and reportedly works only with Exchange Server 2000 (in Web mode), and also doesn't give access to all Outlook/Exchange functionality.
(KDE's korganizer/kontact can talk to Exchange Server for schedule inforamtion using the same Outlook Web Access / WebDAV mechanism.)
> One you missed was First Class: http://www.centrinity.com/
> Somewhat like notes, however very nice on the client
end.
> Server origionally only avaliable for Windows & MacOS,
now
> avaliable for (In addition): Solaris, Linux, MacOS X and more.
Well, I still have a difficult time taking First Class seriously, as it originated as a MacOS-based BBS package with a proprietary graphical client. I may eventually get around to checking out the claimed current functionality, but the contrast back around 1998 (when I was last coaxed into using it, for a consulting firm I then did work for) between its grandiose claims and its rather pathetic state at the time has somewhat prejudiced me.
If you consider a glorified BBS to be a candidate Exchange-equivalent, then at least consider Citadel/UX, http://www.citadel.org/, which at least has a distinguished history; supports Web and telnet access, plus IMAP/POP3/SMTP, plus dedicated graphical and console Citadel clients; and is open source.
--
Cheers, kill -9 them all.
Rick Moen Let init sort it out.
rick@linuxmafia.com
From rick Fri Oct 11 10:38:14 2002
Date: Fri, 11 Oct 2002 10:38:14 -0700
To: buug@weak.org
Subject: Re: [buug] Migrating from Exchange 5.5 to Linux
User-Agent: Mutt/1.4i
Quoting HD (billoomal@yahoo.com):
> Could someone recommend some sites with appropriate
information and/or
> even suggest some mail servers to use?
Have a look at http://www.suse.com/us/business/products/suse_business/email_server/ [1]
It's actually just a bunch of standard, good open-source components (Postfix, Apache, Cyrus IMAP, OpenLDAP, OpenSSL) preconfigured to work well with one another, plus a couple of proprietary components: YaST2 for graphical administration, and SkyrixGreen[2] for integrated scheduling and group discussions.
Usually, when you're trying to convince pointy-hairs to use a Unix mail solution, they instead drag you onto Exchange Server to get its scheduling, group discussions, and perceived "integration". The SUSE bundle seems designed to overcome the management-moron syndrome.
And you should point out that, unlike Exchange Server, the SuSE Linux eMail Server (which is what they call it) [1] won't corrupt its message store a couple of times a year.[3]
--
Cheers, Long ago, there lived a creature with a
Rick Moen voice like a vacuum cleaner. We know little
rick@linuxmafia.com about it, but we do know that it ate cats.
[1] Both the URL and the name have now changed. See below.
[2] More recently replaced by a JSP/Perl concoction called .comFire.
[3] This notorious autocorruption problem seems very likely to have been caused by the use of Microsoft's "Jet" database, i.e., the engine behind MS-Access, as Exchange Server's datastore. As of Exchange Server 2000 (and thus also the later Exchange Server 2003), this was eliminated in favour of MS-SQL Server. At the same time, MS-Exchange Server required setting up Active Directory. Prior to that, it required that users exist in Microsoft domains (thus necessitating separate primary and backup domain controller machines). Thus, for any version of Exchange Server, it's best to plan on devoting three entire beefy machines to the project, since it's best to server AD or Microsoft domain information from a machine different from the Exchange host (which otherwise would be excessively bogged down), and a second such machine is needed for data/service redundancy.
From rick Tue Oct 15 07:42:41 2002
Date: Tue, 15 Oct 2002 07:42:41 -0700
To: buug@weak.org
Subject: Re: [buug] RE: Buug digest, Vol 1 #388 - 8 msgs
Quoting Todd Lee (todd@LANtech-HI.com):
> I was wondering the same thing. I have used many mailers,
as far as
> MTAs go, Exchange is easily beaten, but the main selling
point of
> Exchange is its groupware ability i.e. the sharing of public
folders.
> I've also looked at bynari.net and a few other suites like
oracle's
> communicator, these all have the same licensing constraints
although,
> they will run on many flavors of *nix. I was wondering if
there was a
> GPLed version out there that I never heard of?
*ix guys will tell you that point'n'drool groupware isn't difficult to find. There are all sorts of Webified things like wiki software, for example. (Twiki is GPLed, for example, and there is similar stuff made using Zope.) If *ix guys want a group discussion for themselves, they'll have a mailing list — or, better yet, a newsgroup.
The executives who insist on Exchange Server don't just want group discussion, and they don't just want GUIfied group discussion. They want "integration". They want the same client software (e.g., MS-Outlook) to do everything and anything, without their feeble little minds having to grasp the distinctions among e-mail, group discussion, and scheduling.
When you include that in the set of specifications to a *ix author who publishes tools for people under an open-source or viewable-source licence, he'll probably say "That level of integration is a bad idea. Not only does it lock you in to a proprietary, single-source architecture, but also it prevents you from using best-of-breed for each. And the whole hairball becomes a single point of failure liability. And for what?"
If you tell him the executive staff want it anyway, he'll say "OK, since your executive staff want something really rather stupid, I'm going to have to spend a lot of time doing dumb, pointless work to put it together, so for that and to compensate me for what will probably be a significant support burden, I'm going to charge you a bunch of money and use proprietary licensing."
And so here we are.
--
Cheers, "That article and its poster have been cancelled."
Rick Moen -- David B. O'Donnel, sysadmin for America Online
rick@linuxmafia.com
From: Rick Moen rick@linuxmafia.com
To: plug@lists.q-linux.com
Subject: Re: [plug] Linux Exchange-like
User-Agent: Mutt/1.4i
Quoting vince cagud (vcagud@chikka.org):
> no flames. but those you've mentioned are just
MTAs...they dont do
> groupware...task scheduling, document sharing, IMAP/POP
retrieval (dunno
> abt smail), even webmail.
"CYWare" mentioned SUSE's Linux OpenExchange suite. Or you might like Bynari's Insight Server suite. Here are some webmail components: http://linuxmafia.com/faq/Mail/webmail.html
Originally, I held back from answering your query because my first instinct was to say "What specific functionality did you want?" Which I was afraid would sound confrontational.
Generally speaking, the tradition in the Unix world is to construct tools that do specific jobs. If you need to do a number of specific tasks, you find the best individual tools, and use them in combination in the way that suits you best. In contrast, Microsoft Exchange does only one set of things it was built to do, in one specific way (whose design and operation I happen to think is an engineering disaster). Microsoft Corporation markets this as a virtue and calls it "integration".
> i dont think they're comparable at all. like jun, i've
done my own
> search for the Exchange replacement and all i found were not
as
> feature-rich as Exchange.
But that's like looking at a carburetor and saying "But I don't know how to drive this." ;-> But since you're looking for a "suite" and don't want to assemble the pieces yourself from most-suitable-for-your-purposes pieces, you're going to end up examining things SUSE Linux OpenExchange Server (formerly called SuSE Linux eMail Server, http://www.suse.com/us/business/products/suse_business/openexchange/), Bynari Insight Server (http://www.bynari.net/), and Samsung Contact (formerly called HP Openmail, http://samsungcontact.com/en/).
> hmmmmm...openmail by hp is not open-source either and
they've stopped
> supporting the product.
But Samsung is supporting it.
SUSE Linux OpenExchange Server, and very likely the other two as well, includes quite a lot of open-source components. If you want a "suite" comprising 100% open source, you'll probably have to construct it yourself from components that best suit your needs.
--
"Is it not the beauty of an asynchronous form of discussion that
one can go and
make cups of tea, floss the cat, fluff the geraniums, open the
kitchen window
and scream out it with operatic force, volume, and decorum, and
then return to
the vexed glowing letters calmer of mind and soul?" -- The Cube,
forum3000.org
From: Mark mark@cye.com.au
To: luv@luv.asn.au
Subject: Re: Groupware Systems (Was: Re: Lotus Notes Client)
X-Mailer: Ximian Evolution 1.0.8-3mdk
Date: 27 Jan 2003 10:09:22 +1100
Hi All,
Quite a good one that I have seen is Twiggi http://twiggi.sourceforge.net/ I think it's the winner to what i have seen.. very easy to set up groups, and share tasks and strong and sable (this is what I have seen).. about the next best, would be the stuff out of the Horde Project, http://www.horde.org it's Webmail package "IMP" is about best Webmail client I have see.. the next would be Phpgroupware, for features it has the most, but found it a touch unstable, but that's probably fixed now..
The commercial groupware packages, I really haven't seen one that I like.. There seems to be a nice solution from a company called Bynari http://www.bynari.net/ that uses Outlook for the Groupware client, and a standard IMAP server, it's about the best solution I have seen in the commercial area.. The others solutions that have been talked about under thread, I haven't seen much advantage with the commercial offerings, may be someone could tell what their advantages really are?
May be an alternative solution could be better solution than the Lotus Notes solution... Just ideas...
Cheers
Mark
Sherpath, http://www.sherpath.org/
Sherpath, a high level groupware:
- advanced features
- email
- schedule
- contacts
- file explorer
- email rules
- notes, tasks, bookmarks
- fax
- sms
- email
- from anywhere, by anyone
- access through HTTP or HTTPS, even for the file explorer
- 100% HTML 3.2 + javascript code (no java applets or active
code (activeX)), compatible with most browsers
- multilingual interface
- access through HTTP or HTTPS, even for the file explorer
- easy integration
- standard PHP4+Apache+mySQL
- use of existing imap, ftp and smtp servers
- advanced functions through ssh server (access rights, fax/sms..)
- standard PHP4+Apache+mySQL
Sharing and managing information with Sherpath:
- contact database
- concentrate all user contacts, and other module related
information : email, phone/FAX number..
- share information and manage access rights : each user can
share its own contacts to other groups/users.
- contact groups and sub-groups, that can be shared with other
groups/users, allowing an efficient information management
- concentrate all user contacts, and other module related
information : email, phone/FAX number..
- schedule
- appointments, periodical appointments, with collision system
- share your schedule with other users/groups. You can also
let other users take appointments for you!
- multiple schedules, with collision detection, and suggested
alternate time slot
- notify other users :
- reminder using SMS
- cancelling alert using email
- different time slots for holidays, training.. for each user,
or for all people
- appointments, periodical appointments, with collision system
- notes, tasks, bookmarks
- will full-group management
- memo visible on the main page for users or user groups
- will full-group management
- access rights
- controlled by the administrator for users and user groups
- controlled by each users for schedule, contact database..
- controlled by the administrator for users and user groups
- file sharing
- secured (HTTPS) transfers
- directories/subdirectories
- backups
- Unix access rights
- secured (HTTPS) transfers
- email rules
- for emails, several condfitional rules can be used :
- Re-routine or notify : you can re-route an email if it
contains specific keywords, or if coming from a specific
user
- To another person
- To a mail folder
- To a phone using SMS
- To a FAX
- To a PC (" winpopup " alerts)
- To another person
- Answering machine, or automatic email reject/destruction
- Automatic fetch for external accounts, with post-filtering
- You can also filter incoming FAXes converted into emails, using incoming/outgoing telephone number
- for emails, several condfitional rules can be used :
Security using Sherpath:
- password protection
- login and password protected in the database (md5)
- protected session authentication (one time pad)
- login and password protected in the database (md5)
- data protection
- access rights for schedule, contacts..
- restricted database access
- access rights for schedule, contacts..
- groupware security
- one single (index.php) script used, no directory/libraries
that can be accessed directly
- local imap/ftp/ssh access (localhost)
- possible use of 'safe mode'
- restricted access for specific users/user groups
- one single (index.php) script used, no directory/libraries
that can be accessed directly
http://nis.acs.uci.edu/~strombrg/exchange.html
http://open-systems.ufl.edu/projects/calendar/
http://open-systems.ufl.edu/projects/calendar/software.html
http://web.mit.edu/cal/product-list.html (very old)
http://www.washington.edu/ucal/