Metadata-Version: 1.0
Name: baruwa
Version: 1.1.0
Summary: Ajax enabled MailScanner web frontend
Home-page: http://www.topdog.za.net/baruwa
Author: Andrew Colin Kissa
Author-email: andrew@topdog.za.net
License: GPL
Description: 
        ======
        Baruwa
        ======
        Baruwa (swahili for letter or mail) is a web 2.0 `MailScanner`_ front-end.
        
        It provides an easy to use interface for managing a MailScanner installation. It is used to
        perform operations such as releasing quarantined messages, spam learning, whitelisting and
        blacklisting addresses, monitoring the health of the services etc. Baruwa is implemented
        using web 2.0 features (AJAX) where deemed fit, graphing is also implemented on the client
        side using SVG, Silverlight or VML. Baruwa has full support for i18n, letting you support
        any language of your choosing.
        
        It includes reporting functionality with an easy to use query builder, results can be
        displayed as message lists or graphed as colorful and pretty interactive graphs.
        
        Custom MailScanner modules are provided to allow for logging of messages to the mysql
        database with SQLite as backup, managing whitelists and blacklists and managing per
        user spam check settings.
        
        Baruwa is open source software, written in Python/Perl using the Django Framework and
        MySQL for storage, it is released under the GPLv2 and is available for free download.
        
        ========
        Features
        ========
        + AJAX support for most operations
        + Reporting with AJAX enabled query builder
        + I18n support, allows use of multiple languages
        + Mail queue management and reporting
        + Interactive SVG graphs
        + Emailed PDF reports
        + Archiving of old message logs
        + SQLite backup prevents data loss when MySQL is down
        + MTA integration for relay domains and transports configuration
        + Multi user profiles (No restrictions on username format)
        + User profile aware white/blacklist management
        + Ip / network addresses supported in white/blacklist manager
        + Easy plug-in authentication to external authentication systems (POP3, IMAP, SMTP and RADIUS supported out of the box)
        + Tools for housekeeping tasks (quarantine management, rule updates, quarantine notifications, etc)
        + Easy clustering of multiple servers
        + Works both with and without Javascript enabled (graphs require Javascript)
        
        ===========
        Screenshots
        ===========
        Screenshots are on our `Flickr page`_.
        
        ============
        Requirements
        ============
        + Python >= 2.4
        + Django >= 1.2
        + django-celery
        + MySQLdb >= 1.2.1p2
        + GeoIP
        + iPy
        + Any Web server that can run Django (Apache/mod_wsgi recommended)
        + MySQL
        + Dojo toolkit >= 1.5.0
        + Reportlab
        + UUID (python 2.4 only)
        + Lxml
        + Anyjson
        + A supported message broker (RabbitMQ recommended)
        + Sphinx (Optional for building docs)
        + Pyrad (Optional for RADIUS/RSA SECURID authentication)
        
        ====
        Note
        ====
        Baruwa 1.0.x is not compatible with the 0.0.x versions and Mailwatch, as it
        uses a different database schema and its own MailScanner custom modules.
        
        ============
        Installation
        ============
        Baruwa is installed in the usual way::
        
        python setup.py install
        
        ========
        Packages
        ========
        Binary packages for Ubuntu/Debian, Fedora and RHEL/SL/CENTOS are available.
        
        + RHEL/SL/CENTOS - http://repo.baruwa.org
        + Debian - http://apt.baruwa.org
        + Ubuntu - https://launchpad.net/~topdog/+archive/baruwa
        
        =============
        Documentation
        =============
        Documentation is included in the docs directory of the tar ball and can also be accessed `online`_
        
        =======
        Support
        =======
        Subscribe to the Baruwa `mailing list`_
        
        .. _`mailing list`: http://lists.baruwa.org/mailman/listinfo/baruwa
        .. _`online`: http://www.baruwa.org/
        .. _`Flickr page`: http://www.flickr.com/photos/baruwa/
        .. _`MailScanner`: http://www.mailscanner.info/
        
Keywords: MailScanner Email Filters Quarantine Spam
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Intended Audience :: Customer Service
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Communications :: Email :: Filters
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Topic :: System :: Systems Administration
