Skip to content

moebiuseye/pymailq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%