Postgrep

From Rixort Wiki
Revision as of 14:19, 6 February 2019 by Paul (talk | contribs) (Created page with "Script for searching through Postfix log files, effectively like exigrep but for Postfix instead of Exim. == Language choice == Use Python for speed of development and cross...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Script for searching through Postfix log files, effectively like exigrep but for Postfix instead of Exim.

Language choice

Use Python for speed of development and cross-platform code.

Features

  • Specify multiple input files, will all be read and processed.
  • Automatically decompress .gz files in memory before reading.
  • Read all data into an SQLite 'in memory' file, which allows fast and detailed filtering.