track_msg

A script to track emails in postfix log file.

This script came about as a result of my day-to-day work with a large cluster of mailservers. It was a hassle to do multiple grep commands and match the queue id of the messages, so I wrote a script that combines all that work.

Build

To build a source package that can be installed by tools like pip or easy_install:

$ cd track_msg
$ python setup.py sdist

For full options please refer to distutils documentation.

Install

Installing from source distribution involves doing the following:

$ pip install track_msg-0.3.1.tar.gz

Download

News