Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modoboa/modoboa-sievefilters
The sieve filters editor of Modoboa
https://github.com/modoboa/modoboa-sievefilters
django filters mail managesieve python sieve
Last synced: 5 days ago
JSON representation
The sieve filters editor of Modoboa
- Host: GitHub
- URL: https://github.com/modoboa/modoboa-sievefilters
- Owner: modoboa
- License: mit
- Created: 2015-02-11T11:41:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T19:05:15.000Z (about 1 year ago)
- Last Synced: 2024-10-28T22:55:03.767Z (19 days ago)
- Topics: django, filters, mail, managesieve, python, sieve
- Language: Python
- Size: 211 KB
- Stars: 12
- Watchers: 7
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
modoboa-sievefilters
====================|gha| |codecov|
The sieve filters editor of Modoboa.
Installation
------------Install this extension system-wide or inside a virtual environment by
running the following command::$ pip install modoboa-sievefilters
Edit the settings.py file of your modoboa instance and add
``modoboa_sievefilters`` 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_sievefilters',
)Run the following commands to setup the database tables::
$ cd
$ python manage.py collectstatic
$ python manage.py load_initial_data
Finally, restart the python process running modoboa (uwsgi, gunicorn,
apache, whatever)... |gha| image:: https://github.com/modoboa/modoboa-sievefilters/actions/workflows/plugin.yml/badge.svg
:target: https://github.com/modoboa/modoboa-sievefilters/actions/workflows/plugin.yml.. |codecov| image:: https://codecov.io/gh/modoboa/modoboa-sievefilters/branch/master/graph/badge.svg
:target: https://codecov.io/gh/modoboa/modoboa-sievefilters