Postfix Log tools
- Install Debian package with source deb http://deb.bearstech.com postfix-logtools/
- Browse at source:/postfix-logtools/
- Checkout with svn co svn://forge.bearstech.com/forge/postfix-logtools
Poststat
Poststat parses your mail.log files, extract mail satistics and show result with nice graphs (with the help of the flotr JS graphing library). The filtering statistics are very detailed and help understand which of your filtering rules (DNSRBL, HELO checks, greylisting, etc) are the most effective and how they change.
Mrejzr
mrejzr is a simple script that parses postfix logs to look for rejected SMTP connections, and outputs them along with their reasons and occurence numbers.
It is usefull to monitor misconfigured email servers which you reject mails from, (so you may whitelist them to solve the problem), people mistyping email addresses without knowing, DNSBL rejections, etc...
Mrejzr can output in different formats, including your own:
- XHTML
- 80 columns-wide formatted text (great as console output)
- raw space-separated fields
- your own template
Results can be filtered by domains.
Output examples
Text format (default or -t text option):
=== Rejected SMTP Connections === Note: Domains & emails may be truncated. Occ. Errortype Origin From To -------------------------------------------------------------------------------- 11 EIRAD 92.102.xx.xx tryopenrelay@idontknow.t someone@somewhere.tld 2 ERAR 92.102.xx.xx guessusernames@idontknow ghost@correctdomain.tld Legend ------ EHHNF Remote server sent a non-existant domain name with 'Helo' command EHFQDN Remote server sent an uncomplete domain name with the 'Helo' command EHFY Remote server pretends to be your own mailserver ERBL Remote server is blacklisted as a SPAM/HAM server by a DNSBL list ERAR Destination email address does not exist ESAR Sender email address' domain name does not exist EIRAD Remote server tried to relay mails by your server but is not allowed to EORAD Local user did not authenticate properly
XHTML with provided template (-t xhtml-standalone):
Attachments
-
mrejzr-xhtml.png
(48.2 kB) - added by sbocahu
11 months ago.
mrejzr xhtml template
- poststat.png (130.0 kB) - added by vcaron 10 months ago.


