modoboa-amavis


Namemodoboa-amavis JSON
Version 1.5.1 PyPI version JSON
download
home_pagehttp://modoboa.org/
SummaryThe amavis frontend of Modoboa
upload_time2023-10-26 08:40:32
maintainer
docs_urlNone
authorAntoine Nguyen
requires_python
licenseMIT
keywords email amavis spamassassin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            modoboa-amavis
==============

|gha| |codecov|

The `amavis <http://www.amavis.org/>`_ frontend of Modoboa.

Installation
------------

Install this extension system-wide or inside a virtual environment by
running the following command::

  $ pip install modoboa-amavis

Edit the settings.py file of your modoboa instance and add
``modoboa_amavis`` inside the ``MODOBOA_APPS`` variable like this::

    MODOBOA_APPS = (
        'modoboa',
        'modoboa.core',
        'modoboa.lib',
        'modoboa.admin',
        'modoboa.relaydomains',
        'modoboa.limits',
        'modoboa.parameters',
        # Extensions here
        # ...
        'modoboa_amavis',
    )

Then, add the following at the end of the file::

  from modoboa_amavis import settings as modoboa_amavis_settings
  modoboa_amavis_settings.apply(globals())

Run the following commands to setup the database tables::

  $ cd <modoboa_instance_dir>
  $ python manage.py migrate
  $ python manage.py collectstatic
  $ python manage.py load_initial_data

Finally, restart the python process running modoboa (uwsgi, gunicorn,
apache, whatever).

Note
----
Notice that if you dont configure amavis and its database, Modoboa
won't work. Check `docs/setup` for more information.

.. |gha| image:: https://github.com/modoboa/modoboa-amavis/actions/workflows/plugin.yml/badge.svg
   :target: https://github.com/modoboa/modoboa-amavis/actions/workflows/plugin.yml

.. |codecov| image:: https://codecov.io/gh/modoboa/modoboa-amavis/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/modoboa/modoboa-amavis

            

Raw data

            {
    "_id": null,
    "home_page": "http://modoboa.org/",
    "name": "modoboa-amavis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "email amavis spamassassin",
    "author": "Antoine Nguyen",
    "author_email": "tonio@ngyn.org",
    "download_url": "https://files.pythonhosted.org/packages/c7/5f/988d26c926c800a49949d5e5c8ab72597cbdcce9561573d11461adfa1885/modoboa-amavis-1.5.1.tar.gz",
    "platform": null,
    "description": "modoboa-amavis\n==============\n\n|gha| |codecov|\n\nThe `amavis <http://www.amavis.org/>`_ frontend of Modoboa.\n\nInstallation\n------------\n\nInstall this extension system-wide or inside a virtual environment by\nrunning the following command::\n\n  $ pip install modoboa-amavis\n\nEdit the settings.py file of your modoboa instance and add\n``modoboa_amavis`` inside the ``MODOBOA_APPS`` variable like this::\n\n    MODOBOA_APPS = (\n        'modoboa',\n        'modoboa.core',\n        'modoboa.lib',\n        'modoboa.admin',\n        'modoboa.relaydomains',\n        'modoboa.limits',\n        'modoboa.parameters',\n        # Extensions here\n        # ...\n        'modoboa_amavis',\n    )\n\nThen, add the following at the end of the file::\n\n  from modoboa_amavis import settings as modoboa_amavis_settings\n  modoboa_amavis_settings.apply(globals())\n\nRun the following commands to setup the database tables::\n\n  $ cd <modoboa_instance_dir>\n  $ python manage.py migrate\n  $ python manage.py collectstatic\n  $ python manage.py load_initial_data\n\nFinally, restart the python process running modoboa (uwsgi, gunicorn,\napache, whatever).\n\nNote\n----\nNotice that if you dont configure amavis and its database, Modoboa\nwon't work. Check `docs/setup` for more information.\n\n.. |gha| image:: https://github.com/modoboa/modoboa-amavis/actions/workflows/plugin.yml/badge.svg\n   :target: https://github.com/modoboa/modoboa-amavis/actions/workflows/plugin.yml\n\n.. |codecov| image:: https://codecov.io/gh/modoboa/modoboa-amavis/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/modoboa/modoboa-amavis\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The amavis frontend of Modoboa",
    "version": "1.5.1",
    "project_urls": {
        "Homepage": "http://modoboa.org/"
    },
    "split_keywords": [
        "email",
        "amavis",
        "spamassassin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10026b93fc489c4ad92a97bbd3276505746f6baf65648122b9206110bedf6b42",
                "md5": "b444e248e1810d45e1b213c9e7829a31",
                "sha256": "240b5059b64fd27c020248f805dc9ae15f320ba52aa63c80324fd584d3add54c"
            },
            "downloads": -1,
            "filename": "modoboa_amavis-1.5.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b444e248e1810d45e1b213c9e7829a31",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 187754,
            "upload_time": "2023-10-26T08:40:30",
            "upload_time_iso_8601": "2023-10-26T08:40:30.510118Z",
            "url": "https://files.pythonhosted.org/packages/10/02/6b93fc489c4ad92a97bbd3276505746f6baf65648122b9206110bedf6b42/modoboa_amavis-1.5.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c75f988d26c926c800a49949d5e5c8ab72597cbdcce9561573d11461adfa1885",
                "md5": "10d593a737e092184d83d803984db21d",
                "sha256": "5cb8bf69b394f1fc7afdff44b4686ee0d21af0ef6d9c525af355ab563884ce6a"
            },
            "downloads": -1,
            "filename": "modoboa-amavis-1.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "10d593a737e092184d83d803984db21d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 139236,
            "upload_time": "2023-10-26T08:40:32",
            "upload_time_iso_8601": "2023-10-26T08:40:32.492446Z",
            "url": "https://files.pythonhosted.org/packages/c7/5f/988d26c926c800a49949d5e5c8ab72597cbdcce9561573d11461adfa1885/modoboa-amavis-1.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-26 08:40:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "modoboa-amavis"
}
        
Elapsed time: 0.13720s