Hello Postfix users.

Hopefully neither Wietse nor you folks will mind me announcing my latest
software baby here. ;-)

I have just released version 0.1 of PostQF, a user-friendly Postfix
queue data filter easily used in Unix-like pipes. For example

  postqueue -j | postqf -a 90m | wc -l

prints the number of currently queued messages which arrived during the
last 90 minutes.

"Why not use jq?" I hear you ask. While jq is undoubtedly powerful and
can handle pretty much any JSON data thrown at it, I found jq's syntax
rather cumbersome. PostQF is specifically designed to make filtering
Postfix queue data both easier and quicker, by means of simple command
line arguments.

If you are interested, please visit one of the following URLs and check
out more usage examples:

  GitHub:  https://github.com/rseichter/postqf
  PyPI:    https://pypi.org/project/postqf/

I'd appreciate you giving PostQF a good whirl and letting me know what
you think of it. Enjoy.

-Ralph

Reply via email to