Adds a Celery based queue extension to python-slimta. This queue is intended to replace the built-in queuing mechanisms and allows for a more distributed model of reception, storage and delivery.
If you haven't yet installed python-slimta
, refer to the "Getting
Started" section. Once inside your virtualenv:
(.venv)$ python setup.py develop
To run the suite of included unit tests:
(.venv)$ py.test
Refer to the API Documentation and Manual for more information on using this extension.