diff --git a/plugins/postfix/postfix_stats b/plugins/postfix/postfix_stats index fc4271d0..7f9eb007 100755 --- a/plugins/postfix/postfix_stats +++ b/plugins/postfix/postfix_stats @@ -28,6 +28,8 @@ env.pflogsumm The "pflogsumm" script, can be pflogsumm.pl if it was manually downloaded and installed, or "pflogsumm" if it was installed by a package manager (like apt-get). +Use the last part of the symlink name for grepping the hostname from log. + =head1 INTERPRETATION This plugin displays the messages: received, delivered, rejected... @@ -40,6 +42,7 @@ It is useful to know the load and messages being processed. #%# capabilities=autoconf =head1 VERSION + 0.3 support for hostname grep (useful when multiple hosts in one log) 0.2 plugin completely rewritten 0.1 first release. @@ -51,6 +54,7 @@ None known Originally: David Obando (david@cryptix.de) Modified by: github.com/cristiandeluxe +Modified by: github.com/4nd3r Thanks to: sumpfralle =head1 LICENSE