Postfix mail queue manager
Postqm finds, reports on and processes entries in the Postfix mail queue.
Development
To try Postqm on a real system without installing run setup.py as:
python3 setup.py develop --user
... and call postqm as:
~/.local/bin/postqm
Run tests with:
python3 setup.py test
... or to run them without pytest
eating their output during test
development:
python3 -m unittest
Run linters with:
pylint3 postqm tests
pycodestyle postqm tests
pydocstyle postqm tests
Author
Written by Ulrik Haugen.