network/pflogsumm: Clean up README and fixed typo.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2010-06-06 18:30:36 -04:00
parent c2ca6791be
commit 05fc69c2ff

View file

@ -1,23 +1,26 @@
pflogsumm provides summary of email traffic by parsing maillog files. Some of the details pflogsumm provides summary of email traffic by parsing maillog files.
provided by pflogsumm include: Some of the details provided by pflogsumm include:
Total number of messages Per-Day/Per-Hour/Per-Week/Per-Month traffic summary. Total number of messages Per-Day/Per-Hour/Per-Week/Per-Month traffic
Postfix error messages and much more. summary. Postfix error messages and much more.
For more info, please visit the the official website at: For more info, please visit the the official website at:
http://jimsun.linxnet.com/postfix_contrib.html http://jimsun.linxnet.com/postfix_contrib.html
Once package is installed, see man pflogsumm for detailed usage info and pflogsumm.pl -help for a terse version. Once package is installed, see man pflogsumm for detailed usage info
and pflogsumm.pl -help for a terse version.
Please see included sample_cronjob.txt file and manpage for details on running pflogsumm via crontab and getting Please see included sample_cronjob.txt file and manpage for details
stats via email. on running pflogsumm via crontab and getting stats via email.
All dependencies listed (in correct order) below are available at SBo: All dependencies listed (in correct order) below are available
1. perl-Sub-Uplevel (Sub::Uplevel) at SBo:
2. perl-Test-Exception (Test::Exception) 1. perl-Sub-Uplevel (Sub::Uplevel)
3. perl-Carp-Clan (Carp::Clan) 2. perl-Test-Exception (Test::Exception)
4. perl-Bit-Bector (Bit::Vector) 3. perl-Carp-Clan (Carp::Clan)
5. perl-Date-Calc (Date::Calc) 4. perl-Bit-Vector (Bit::Vector)
5. perl-Date-Calc (Date::Calc)
BETA VERSION WARNING: version 1.1.3 is in beta testing right now but has BETA VERSION WARNING: version 1.1.3 is in beta testing right now but
an important bug-fixes and new features not found in production version (1.1.1). has an important bug-fixes and new features not found in production
version (1.1.1).