New Scalix open source groupware is competition for Microsoft Exchange


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News New Scalix open source groupware is competition for Microsoft Exchange
# 1  
Old 08-19-2008
New Scalix open source groupware is competition for Microsoft Exchange

08-19-2008 08:00 AM
Scalix collaboration platform, with its latest release version 11.4, aims to be a good alternative to Microsoft Exchange. Based on the HP OpenMail platform, discontinued by Hewlett-Packard in 2001, it has been further developed by Scalix and now acts as an enterprise email and group calendar server with the option of integrating systems like ERP, CRM, and billing into the Scalix system using its open API. It is compatible with most LDAP authentication mechanisms, such as those in Windows Active Directory, Novell eDirectory, and Red Hat Directory Server. The most prominent feature of Scalix is its Exchange compatibility; you can use an Outlook client to access the Scalix platform. Scalix also provides an AJAX-based client that is nearly identical to Microsoft Exchange Outlook Web Access (OWA). Aside from Outlook compatibility, Scalix also claims to coexist peacefully with other existing Exchange email systems.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
premake(1)							    Development 							premake(1)

Name
       premake - a build script generator

Copyright
       Copyright (C) 2002-2008 Jason Perkins and the Premake Project Lua 5.1 Copyright (C) 1994-2008 Lua.org, PUC-Rio

Usage
	--file name	  Process the specified premake script file

	--clean 	  Remove all binaries and build scripts
	--verbose	Generate verbose makefiles (where applicable)

	--cc name	  Choose a C/C++ compiler, if supported by target; one of:
	     gcc       GNU gcc compiler
	     dmc       Digital Mars C/C+ compiler (experimental)

	--dotnet name	  Choose a .NET compiler set, if supported by target; one of:
	     ms        Microsoft (csc)
	     mono      Mono (mcs)
	     mono2     Mono .NET 2.0 (gmcs)
	     pnet      Portable.NET (cscc)

	--os name	  Generate files for different operating system; one of:
	     bsd       OpenBSD, NetBSD, or FreeBSD
	     linux     Linux
	     macosx    MacOS X
	     windows   Microsoft Windows

	--target name	  Generate input files for the specified toolset; one of:
	     cb-gcc    Code::Blocks Studio with GCC
	     cb-ow     Code::Blocks Studio with Open Watcom C/C++
	     cl-gcc    CodeLite with GCC
	     gnu       GNU Makefile for POSIX, MinGW, and Cygwin
	     monodev   MonoDevelop
	     sharpdev  ICSharpCode SharpDevelop
	     vs6       Microsoft Visual Studio 6
	     vs2002    Microsoft Visual Studio 2002
	     vs2003    Microsoft Visual Studio 2003
	     vs2005    Microsoft Visual Studio 2005 (includes Express editions)
	     vs2008    Microsoft Visual Studio 2008 (experimental)

	--help		  Display this information
	--version	  Display version information

Jason Perkins and the Premake Project					3.7								premake(1)