source:
mailjam/README.rst
Last change on this file was 35:dccf85c165a8, checked in by , 5 years ago | |
---|---|
File size: 1.4 KB |
Mailjam - Mailing lists manager
Contents
Introduction
Mailjam is a mailing list manager. With it you will be able to create mailing lists and manage them.
Mailjam requires a functional MTA [1] (Mailjam has been successfully tested with sendmail [2] and postfix [3] but it should work with other MTA software)
Overview
Mailjam has been designed following a multi-component structure. There is a daemon that manage the mailing lists and members information in a storage backend and there are different kinds of clients (currently, three of them) that interact with the daemon using a XMLRPC link.
More information here: http://readthedocs.org/docs/mailjam/en/latest/overview.html
Install
For installation instructions, please check the INSTALL file, or the documentation inside the docs/ subdirectory.
You can read the installation instructions here: http://readthedocs.org/docs/mailjam/en/latest/install.html
Documentation
The official documentation is available in the docs/ subdirectory, and you can read the docs online too (thnx to readthedocs.org [4]):
http://mailjam.readthedocs.org
[1] | http://en.wikipedia.org/wiki/Message_transfer_agent |
[2] | http://sendmail.org |
[3] | http://www.postfix.org |
[4] | http://readthedocs.org |