moebiuseye / pymailq

Simple mails queue management

Home Page:http://outini.github.io/pymailq/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Simple mails queue management

http://outini.github.io/pymailq/

License:GNU General Public License v2.0


Languages

Language:Python 99.2%Language:Shell 0.8%