fmII
Wed, Jan 07th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 01:57 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 Citadel - Default branch
Section: Unix

 

Added: Wed, Jun 3rd 1998 19:39 UTC (10 years, 7 months ago) Updated: Tue, Sep 23rd 2008 17:39 UTC (3 months, 16 days ago)


Screenshot About:
Citadel is an advanced messaging and collaboration system for groupware and BBS applications. Users can connect to Citadel using any telnet, WWW, or client software. Among the features supported are public and private message bases (rooms), electronic mail, real-time chat, paging, shared calendaring, address books, mailing lists, and more. Unlike other collaboration servers, Citadel provides its own data stores and is therefore extremely easy to install; you don't have to "bring your own" email and database because they're built in. The server is multithreaded and scalable. In addition, SMTP, IMAP, and POP3 servers are built-in for easy connection to Internet mail. Citadel is both robust and mature; it has been in production since 1987.

Author:
Art Cancro [contact developer]

Rating:
8.61/10.00 (5 votes)

Homepage:
http://www.citadel.org
Tar/GZ:
http://easyinstall.citadel.org/citadel-7.38.tar.gz
Debian package:
http://debian.citadel.org
Bug tracker:
http://bugzilla.citadel.org
Demo site:
http://uncensored.citadel.org

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Intended Audience]  System Administrators
[License]  OSI Approved :: GNU General Public License (GPL)
[Operating System]  POSIX
[Programming Language]  C
[Topic]  Communications :: BBS, Communications :: Chat, Communications :: Email, Communications :: Email :: Mail Transport Agents, Communications :: Email :: Mailing List Servers, Communications :: Email :: Post-Office, Communications :: Email :: Post-Office :: IMAP, Communications :: Email :: Post-Office :: POP3, Office/Business :: Groupware, Office/Business :: Scheduling

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» Art Cancro (Owner)

» Rating: 8.61/10.00 (Rank N/A)
» Vitality: 0.44% (Rank 685)
» Popularity: 3.70% (Rank 1140)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 44,151
   URL hits: 23,357
   Subscribers: 76

Projects depending on this project:
WebCit


Other projects from the same categories:
yalst
The FreerP Project
tMTA
_newmail_
No-relay SMTP daemon

Users who subscribed to this project also subscribed to:
Coin
Really Slick XScreenSavers
EffecTV
PRES
RedPOS


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 7.38 23-Sep-2008 GNU General Public License (GPL) Homepage Tar/GZ

 Comments

[»] Move over postfix....
by Mike Crowe - Dec 28th 2006 08:07:06

When hosting my personal and church site, I needed a flexible, easily administered solution. After implementing (yes, successfully) a postfix virtual email system, I recently found Citadel (actually, I had crashed my server, and was seriously dreading re-implementing postfix).

Installation? EasyInstall, and boy is it

Configuration? Browser based. Here's what it took:
1) Receiving emails for domaina.com, domainb.com, ...
2) Enter the users for each domain
3) Tell it I had spamassin running on the machine.

I was floored. It was receiving all my emails. Amazing.

Then, I needed a mailing-list type functionality. Create a "room" called Finances. Subscribe to that room for the people who need updates, and suddenly all emails to room_finances@domain.com are now distributed as a mailing list. Wow.

An excellent product, excellent development community, very good web client/email tool. What more could you ask for?

Give it a shot today...

[reply] [top]


[»] Looking for an "Exchange Killer?" Try Citadel.
by Art Cancro - Sep 13th 2005 09:26:49

Years ago, users expected their electronic mail systems to send and receive messages, and not much else. Today’s users, however, are more sophisticated. They expect Personal Information Manager (PIM) functions such as calendars and address books, a choice of access methods, and a variety of groupware functions. Yet the goal of providing an easily deployable open source groupware platform has, until recently, been somewhat elusive. Most of the popular choices have been built as traditional web applications, requiring a system administrator to install and configure a mail server, a web server, and a database server before being able to begin the groupware installation. Moreover, the resulting functionality has followed a cookie-cutter style modeled after proprietary systems that some consider outdated. This is why you might be surprised to learn about the existence of a project that not only solves the complexity problem, but takes a fresh new approach to groupware.

Citadel is an open source groupware server that has its roots in online communities. You may remember the Citadel BBS’s of the 1980's and 1990's; today’s groupware platform carriessame lineage. But to write off Citadel as an overgrown BBS package would be an unfair underestimation of the powerful abilities of this impressive platform. While most groupware systems center around the automation of business processes, Citadel offers a platform that you can build a community around. It centers around the idea of connecting people together in real time using a set of tools that focuses on people, not processes.

System administrators will find Citadel refreshingly easy to install. There is no need to "bring your own" mail server, web server, or database server. Citadel has all of its data stores and protocols built in. It uses the powerful Berkeley DB [http://www.sleepycat.com] database for all of its storage needs. All of the popular electronic mail protocols are built in, including ESMTP, POP3, and IMAP, as well as GroupDAV for connecting popular open source PIM clients such as Kontact and Evolution. There is no need for the tedious mucking about with cryptic Sendmail configuration files or obscure Cyrus commands; everything is configurable through an easy to use browser-based interface.

For those who are nervous about the prospect of compiling software from source, Citadel provides an "Easy Install" script that handles this task for you. Entering one command at a shell prompt downloads an install script from the Citadel project's download server, and performs the entire installation automatically.

[reply] [top]


[»] Cynbe ru Taren's original comments on Citadel
by CrackMonkey - Feb 14th 1999 22:12:03

Citadel is a room-structured message system. The fundamental design goal is to provide a congenial forum conducive to interesting discussions. The software is intended to be as unobtrusive, unintrusive and unconstraining as possible. In software as elsewhere, good engineering is whatever gets the job done without calling attention to itself.

The fundamental design metaphor is that of a building consisting of a series of independent rooms, each of which hosts a discussion devoted to a particular topic. Messages are stored and retrieved in chronological order within each room. Messages are formatted to the caller's screen width.

Callers may travel freely between the rooms, reading old messages and posting new ones. New rooms may be created at will, and old ones are deleted when they empty of messages.

People familiar with other electronic message systems may wish to compare Citadel rooms with EIES conferences, ArpaNet mailing lists, individual "linear" BB systems or whatever; the parallels are not exact but the functions are similar.

The fundamental Goto, Read and Enter commands have been streamlined as much as possible. The message display format has a minimum of unnecessary noise: the topic is implicit in the message's location within a room, no explicit TO field is present, no message ID # is printed, no redundant "END OF MESSAGE" blurbs etc. The most common Goto, Read and Enter commands are all single-key. Citadel automatically skips rooms which have no new messages, and old messages in the current room. (Less concise commands are of course available to override this.)

[reply] [top]




© Copyright 2009 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  Linux.com •  SourceForge.net  •  Jobs