Question

Which is best Postfix Log analyzer? We are looking for good log analyzer for postfix. We need to analyze the following

  1. How many mails queued ?
  2. How many mails not delivered ?
  3. Why mails are not delivered ?

And is it possible to view the subject for the all mail status instead of message id? I mean to review the status of the single mail.

We are using Sawmill analyzer now. But the management is not satisfied with the report from the sawmaill, since its missing single message status and subject.

Was it helpful?

Solution

I've used http://jimsun.linxnet.com/postfix_contrib.html before. Give it a try =) may help you with what you need.

OTHER TIPS

Inspired by aimfeld, pflogsumm is really better and simpler to use:

Just install it using following commands. For Debian/Ubuntu (https://packages.debian.org/sid/pflogsumm):

apt-get install pflogsumm

For RedHatLinux/RHEL, CentOS, Fedora:

yum install postfix-pflogsumm

Example usage, get today's summary by:

pflogsumm -d today /var/log/mail.log

good ref: https://calomel.org/pflogsumm.html

Links to documentation:

https://linux.die.net/man/1/pflogsumm

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top