modoboa


Namemodoboa JSON
Version 2.2.4 PyPI version JSON
download
home_pagehttp://modoboa.org/
SummaryMail hosting made simple
upload_time2024-01-11 16:52:12
maintainer
docs_urlNone
authorAntoine Nguyen
requires_python>=3.7
licenseISC License Copyright (c) 2009-2023, Antoine Nguyen <tonio@ngyn.org> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
keywords email
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ################################
`Modoboa <http://modoboa.org/>`_
################################

|workflow| |codecov| |latest-version|

Modoboa is a mail hosting and management platform including a modern
and simplified Web User Interface. It provides useful components such
as an administration panel and webmail.

Modoboa integrates with well known software such as `Postfix
<http://postfix.org/>`_ or `Dovecot <http://dovecot.org/>`_. A SQL
database (`MySQL <http://www.mysql.com>`_, `PostgreSQL
<http://www.postgresql.org/>`_ or `SQLite <http://www.sqlite.org>`_)
is used as a central point of communication between all components.

Modoboa is developed with modularity in mind, expanding it is really
easy. Actually, all current features are extensions.

It is written in Python 3 and uses the `Django
<https://www.djangoproject.com>`_, `jQuery <http://jquery.com>`_ and
`Bootstrap <http://getbootstrap.com/>`_
frameworks.

*************
Main features
*************

* Administration panel
* Reputation protection: `DNSBL <https://en.wikipedia.org/wiki/DNSBL>`_ checks, `DMARC <https://dmarc.org/>`_ `reports <https://github.com/modoboa/modoboa-dmarc>`_ and more
* `Amavis <http://www.amavis.org>`_ `frontend <https://github.com/modoboa/modoboa-amavis>`_
* `Webmail <https://github.com/modoboa/modoboa-webmail>`_
* `Calendar <https://github.com/modoboa/modoboa-radicale>`_
* `Address book <https://github.com/modoboa/modoboa-contacts>`_
* `Per-user Sieve filters <https://github.com/modoboa/modoboa-sievefilters>`_
* `Autoreply messages for Postfix <https://github.com/modoboa/modoboa-postfix-autoreply>`_
* `Graphical statistics about email traffic <https://github.com/modoboa/modoboa-stats>`_

*************
Documentation
*************

A detailed `documentation <https://modoboa.readthedocs.io/>`_ will help you
to install, use or extend Modoboa.

*****************
Demo Installation
*****************

If you want to try out Modoboa, check out our `demo installation <https://demo.modoboa.org/>`_.

************
Getting help
************

If you have any questions, you can get help through the following platforms:

* `Discord <https://discord.gg/WuQ3v3PXGR>`_
* Mailing list: join the `modoboa-users <https://groups.google.com/forum/#!forum/modoboa-users>`_ group on Google Groups
* Github: open an issue if you found a bug

*************
External code
*************

The following external libraries are provided with Modoboa:

* `jQuery version 1.9.1 <http://www.jquery.org/>`_
* `jQuery-UI 1.10+ <http://jqueryui.com/>`_
* `Bootstrap version 3.3.7 <http://getbootstrap.com/>`_
* `Bootstrap datetimepicker <http://eonasdan.github.io/bootstrap-datetimepicker/>`_

.. |latest-version| image:: https://img.shields.io/pypi/v/modoboa.svg
   :target: https://pypi.python.org/pypi/modoboa/
   :alt: Latest version on Pypi
.. |workflow| image:: https://github.com/modoboa/modoboa/workflows/Modoboa%20App/badge.svg
.. |codecov| image:: http://codecov.io/github/modoboa/modoboa/coverage.svg?branch=master
   :target: http://codecov.io/github/modoboa/modoboa?branch=master

            

Raw data

            {
    "_id": null,
    "home_page": "http://modoboa.org/",
    "name": "modoboa",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "email",
    "author": "Antoine Nguyen",
    "author_email": "Antoine Nguyen <tonio@ngyn.org>",
    "download_url": "https://files.pythonhosted.org/packages/79/68/ec8776cf390ce47a33986119529be0f42aed89dec7850c09608e1fe3fc35/modoboa-2.2.4.tar.gz",
    "platform": null,
    "description": "################################\n`Modoboa <http://modoboa.org/>`_\n################################\n\n|workflow| |codecov| |latest-version|\n\nModoboa is a mail hosting and management platform including a modern\nand simplified Web User Interface. It provides useful components such\nas an administration panel and webmail.\n\nModoboa integrates with well known software such as `Postfix\n<http://postfix.org/>`_ or `Dovecot <http://dovecot.org/>`_. A SQL\ndatabase (`MySQL <http://www.mysql.com>`_, `PostgreSQL\n<http://www.postgresql.org/>`_ or `SQLite <http://www.sqlite.org>`_)\nis used as a central point of communication between all components.\n\nModoboa is developed with modularity in mind, expanding it is really\neasy. Actually, all current features are extensions.\n\nIt is written in Python 3 and uses the `Django\n<https://www.djangoproject.com>`_, `jQuery <http://jquery.com>`_ and\n`Bootstrap <http://getbootstrap.com/>`_\nframeworks.\n\n*************\nMain features\n*************\n\n* Administration panel\n* Reputation protection: `DNSBL <https://en.wikipedia.org/wiki/DNSBL>`_ checks, `DMARC <https://dmarc.org/>`_ `reports <https://github.com/modoboa/modoboa-dmarc>`_ and more\n* `Amavis <http://www.amavis.org>`_ `frontend <https://github.com/modoboa/modoboa-amavis>`_\n* `Webmail <https://github.com/modoboa/modoboa-webmail>`_\n* `Calendar <https://github.com/modoboa/modoboa-radicale>`_\n* `Address book <https://github.com/modoboa/modoboa-contacts>`_\n* `Per-user Sieve filters <https://github.com/modoboa/modoboa-sievefilters>`_\n* `Autoreply messages for Postfix <https://github.com/modoboa/modoboa-postfix-autoreply>`_\n* `Graphical statistics about email traffic <https://github.com/modoboa/modoboa-stats>`_\n\n*************\nDocumentation\n*************\n\nA detailed `documentation <https://modoboa.readthedocs.io/>`_ will help you\nto install, use or extend Modoboa.\n\n*****************\nDemo Installation\n*****************\n\nIf you want to try out Modoboa, check out our `demo installation <https://demo.modoboa.org/>`_.\n\n************\nGetting help\n************\n\nIf you have any questions, you can get help through the following platforms:\n\n* `Discord <https://discord.gg/WuQ3v3PXGR>`_\n* Mailing list: join the `modoboa-users <https://groups.google.com/forum/#!forum/modoboa-users>`_ group on Google Groups\n* Github: open an issue if you found a bug\n\n*************\nExternal code\n*************\n\nThe following external libraries are provided with Modoboa:\n\n* `jQuery version 1.9.1 <http://www.jquery.org/>`_\n* `jQuery-UI 1.10+ <http://jqueryui.com/>`_\n* `Bootstrap version 3.3.7 <http://getbootstrap.com/>`_\n* `Bootstrap datetimepicker <http://eonasdan.github.io/bootstrap-datetimepicker/>`_\n\n.. |latest-version| image:: https://img.shields.io/pypi/v/modoboa.svg\n   :target: https://pypi.python.org/pypi/modoboa/\n   :alt: Latest version on Pypi\n.. |workflow| image:: https://github.com/modoboa/modoboa/workflows/Modoboa%20App/badge.svg\n.. |codecov| image:: http://codecov.io/github/modoboa/modoboa/coverage.svg?branch=master\n   :target: http://codecov.io/github/modoboa/modoboa?branch=master\n",
    "bugtrack_url": null,
    "license": "ISC License  Copyright (c) 2009-2023, Antoine Nguyen <tonio@ngyn.org>  Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.  THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ",
    "summary": "Mail hosting made simple",
    "version": "2.2.4",
    "project_urls": {
        "Homepage": "http://modoboa.org/",
        "documentation": "https://modoboa.readthedocs.io/en/latest/",
        "repository": "https://github.com/modoboa/modoboa"
    },
    "split_keywords": [
        "email"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0e705f7d27aefbd25dbed2b5f92c12913185a1bfc3f4509a137fecd401b7689",
                "md5": "646e99928d056d0e5a23b00a22008bfb",
                "sha256": "881712add289d8c3e245e19680548976f0ff2e4f8e7e78564c631d69d5c09978"
            },
            "downloads": -1,
            "filename": "modoboa-2.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "646e99928d056d0e5a23b00a22008bfb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14497227,
            "upload_time": "2024-01-11T16:52:09",
            "upload_time_iso_8601": "2024-01-11T16:52:09.178060Z",
            "url": "https://files.pythonhosted.org/packages/b0/e7/05f7d27aefbd25dbed2b5f92c12913185a1bfc3f4509a137fecd401b7689/modoboa-2.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7968ec8776cf390ce47a33986119529be0f42aed89dec7850c09608e1fe3fc35",
                "md5": "b00709537527b57203fbedfa034039d0",
                "sha256": "efff543f156ee0642249683e99b48226fe62ff4abbb862511b810840b5f92bad"
            },
            "downloads": -1,
            "filename": "modoboa-2.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b00709537527b57203fbedfa034039d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 13719293,
            "upload_time": "2024-01-11T16:52:12",
            "upload_time_iso_8601": "2024-01-11T16:52:12.629730Z",
            "url": "https://files.pythonhosted.org/packages/79/68/ec8776cf390ce47a33986119529be0f42aed89dec7850c09608e1fe3fc35/modoboa-2.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-11 16:52:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "modoboa",
    "github_project": "modoboa",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "modoboa"
}
        
Elapsed time: 0.16764s