Changeset 16:cd4170142d87 in mailjam for docs/src/overview.rst
- Timestamp:
- May 22, 2012, 9:31:15 AM (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/src/overview.rst
r13 r16 1 Overview of postman's architecture1 Overview of mailjam's architecture 2 2 ================================== 3 3 … … 7 7 ------------ 8 8 9 Postmanhas been designed following a **multi-component structure**. There is9 Mailjam has been designed following a **multi-component structure**. There is 10 10 **a daemon** that manage the mailing lists and members information in a storage 11 11 backend and there are **different kinds of clients** (currently, three of them) … … 14 14 This is the scheme of the architecture: 15 15 16 .. image:: / postman_architecture.png17 :alt: Scheme of the architecture behind Postman16 .. image:: /mailjam_architecture.png 17 :alt: Scheme of the architecture behind Mailjam 18 18 :class: open_fancybox 19 19 20 20 21 .. _overview_ postman_daemon:21 .. _overview_mailjam_daemon: 22 22 23 Postmandaemon23 Mailjam daemon 24 24 -------------- 25 25 … … 32 32 to add/update/delete data from the backend. 33 33 34 .. _overview_ postman_mta_client:34 .. _overview_mailjam_mta_client: 35 35 36 36 MTA client … … 41 41 backend to tell the MTA what it has to do with the incoming emails. 42 42 43 .. _overview_ postman_cli_client:43 .. _overview_mailjam_cli_client: 44 44 45 45 CLI client … … 47 47 48 48 This is a shell-like interface that can be used to add mailing lists to a given 49 Postmanserver, edit such mailing lists information, add members, etc.49 Mailjam server, edit such mailing lists information, add members, etc. 50 50 51 .. _overview_ postman_web_client:51 .. _overview_mailjam_web_client: 52 52 53 53 Web client … … 56 56 This is a small *webapp* that can be used to perform the same management 57 57 operations you can achieve using the 58 :ref:`CLI client<overview_ postman_cli_client>`.58 :ref:`CLI client<overview_mailjam_cli_client>`.
Note:
See TracChangeset
for help on using the changeset viewer.