{"id":13688662,"url":"https://github.com/modoboa/modoboa-amavis","last_synced_at":"2025-04-27T11:31:33.663Z","repository":{"id":27168198,"uuid":"30637758","full_name":"modoboa/modoboa-amavis","owner":"modoboa","description":"The amavis frontend of Modoboa","archived":false,"fork":false,"pushed_at":"2024-03-01T20:21:04.000Z","size":426,"stargazers_count":23,"open_issues_count":41,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T23:41:34.367Z","etag":null,"topics":["amavis","amavisd","django","modoboa","python"],"latest_commit_sha":null,"homepage":"https://modoboa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/modoboa.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-11T08:19:11.000Z","updated_at":"2024-03-27T07:26:18.000Z","dependencies_parsed_at":"2024-06-21T05:13:08.194Z","dependency_job_id":"a696c4c2-5228-4ceb-8811-3c31597eb569","html_url":"https://github.com/modoboa/modoboa-amavis","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-amavis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-amavis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-amavis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-amavis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modoboa","download_url":"https://codeload.github.com/modoboa/modoboa-amavis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250572663,"owners_count":21452334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amavis","amavisd","django","modoboa","python"],"created_at":"2024-08-02T15:01:19.006Z","updated_at":"2025-04-27T11:31:33.365Z","avatar_url":"https://github.com/modoboa.png","language":"Python","funding_links":[],"categories":["django"],"sub_categories":[],"readme":"modoboa-amavis\n==============\n\n|gha| |codecov|\n\nThe `amavis \u003chttp://www.amavis.org/\u003e`_ 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 \u003cmodoboa_instance_dir\u003e\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodoboa%2Fmodoboa-amavis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodoboa%2Fmodoboa-amavis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodoboa%2Fmodoboa-amavis/lists"}