Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.97 KB

README.rst

File metadata and controls

56 lines (41 loc) · 1.97 KB

pymailq - Simple Postfix queue management

A full content documentation, is online at http://outini.github.io/pymailq/.

The pymailq module makes it easy to view and control Postfix mails queue. It provide several classes to store, view and interact with mail queue using Postfix command line tools. This module is provided for automation and monitoring developments.

Installation

Install pymailq module:

python setup.py install

A SPEC file is also provided for RPM builds (currently tested only on Fedora), thanks to Nils Ratusznik (https://github.com/ahpnils).

Requirements

This module actually support the following Python versions:

  • Python 2.7
  • Python 3

A shell is provided for interactive administration. Based on Python cmd module, readline is highly recommended to access shell's full features. A full documentation on shell's usage is available at http://outini.github.io/pymailq/pqshell.html

Used Python modules:

License

"GNU GENERAL PUBLIC LICENSE" (Version 2) (see LICENSE file)