Giter Site home page Giter Site logo

pflogsumm's Introduction

Project cloned because I need some kind of unformatted output for further processing.
And only global information, so json output will do it.

typical usage: pflogsumm.pl --detail 0 --no-hour-distribution -q <mail.log>


Pflogsumm original README

There's not much to installing pflogsumm, so it's all manual.

    1. Unpack the distribution (if you're reading this, you've already
       gotten that far)

    2. Copy or move pflogsumm.pl to some directory from which you'll
       want to execute it.  Maybe rename it to just "pflogsumm."
       Watch the ownerships and permissions.  Make sure it's executable.

       E.g.:

	    cp pflogsumm.pl /usr/local/bin/pflogsumm
	    chown bin:bin /usr/local/bin/pflogsumm
	    chmod 755 /usr/local/bin/pflogsumm

    3. If there's a manual page available (pflogsumm.1), copy that to
       /usr/local/man/man1 or wherever you stash local manpages.  Make
       sure it's world-readable.

       E.g.:

	    cp pflogsumm.1 /usr/local/man/man1/pflogsumm.1
	    chown bin:bin /usr/local/man/man1/pflogsumm.1
	    chmod 644 /usr/local/man/man1/pflogsumm.1

    4. Read the man page (or the top of pflogsumm itself) for usage.

    5. Check the FAQ (pflogsumm-faq.txt)

    6. Configure your cron jobs if you're going to run pflogsumm on an
       automatic, scheduled basis.  There are tips in the manpage and
       the FAQ.

That's about it.

As the manpage and FAQ both note: pflogsumm requires the Date::Calc
Perl module if you want to use --smtpd_stats.

Project forked to add some csv export functionality of global findings for
quick and easy further processing. 

pflogsumm's People

Contributors

rogersk avatar ktamas avatar michielbuddingh avatar ptigas avatar

Stargazers

David Pottage avatar

Watchers

James Cloos avatar Martin Schuh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.