diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 09:53:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 09:53:30 +0000 |
commit | f88e0bbc02ab0f58982e0c4999e73e5f96fca315 (patch) | |
tree | 510b4d471f9e610c3f3988c6c620fe598b80efba /mail/prepflog | |
parent | 9baae60769005dc5af0b8f68eb2a6d72d6564716 (diff) | |
download | ports-f88e0bbc02ab0f58982e0c4999e73e5f96fca315.tar.gz ports-f88e0bbc02ab0f58982e0c4999e73e5f96fca315.zip |
The script processes mail log files that are to be passed to pflogsumm
or awstats disregarding the lines relating to the re-injection of
messages into postfix.
It is very useful for a postfix setup which uses amavis for virus filtering.
WWW: http://www.gufonero.com/postfix/prepflog.html
PR: ports/119646
Submitted by: Terry Sposato
Notes
Notes:
svn path=/head/; revision=207295
Diffstat (limited to 'mail/prepflog')
-rw-r--r-- | mail/prepflog/Makefile | 25 | ||||
-rw-r--r-- | mail/prepflog/distinfo | 6 | ||||
-rw-r--r-- | mail/prepflog/pkg-descr | 7 |
3 files changed, 38 insertions, 0 deletions
diff --git a/mail/prepflog/Makefile b/mail/prepflog/Makefile new file mode 100644 index 000000000000..eda665c6c7d9 --- /dev/null +++ b/mail/prepflog/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: prepflog +# Date created: 14 January 2008 +# Whom: Terry Sposato +# +# $FreeBSD$ +# + +PORTNAME= prepflog +PORTVERSION= 0.3 +CATEGORIES= mail +MASTER_SITES= http://www.gufonero.com/postfix/ +EXTRACT_SUFX= .tgz + +MAINTAINER= terry@sucked-in.com +COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats + +PLIST_FILES= bin/prepflog + +NO_BUILD= yes +USE_PERL5= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/mail/prepflog/distinfo b/mail/prepflog/distinfo new file mode 100644 index 000000000000..10b42121f241 --- /dev/null +++ b/mail/prepflog/distinfo @@ -0,0 +1,6 @@ +MD5 (prepflog-0.3.tgz) = 28549d84742b99e1be3cd61516ce31bb +SHA256 (prepflog-0.3.tgz) = 7f13cc976717a84a2c3f185d76c3dddeb139265ca2e7b29d1453168b8f425140 +SIZE (prepflog-0.3.tgz) = 5601 +MD5 (pflogsumm-patch.diff) = a01235f6115ab8f563715e66f96cb29b +SHA256 (pflogsumm-patch.diff) = 8b1fcaac79145393a13178edb6993859cf2f75db89afd86d3c0089065c169244 +SIZE (pflogsumm-patch.diff) = 582 diff --git a/mail/prepflog/pkg-descr b/mail/prepflog/pkg-descr new file mode 100644 index 000000000000..0afdeadedb26 --- /dev/null +++ b/mail/prepflog/pkg-descr @@ -0,0 +1,7 @@ +The script processes mail log files that are to be passed to pflogsumm +or awstats disregarding the lines relating to the re-injection of +messages into postfix. + +It is very useful for a postfix setup which uses amavis for virus filtering. + +WWW: http://www.gufonero.com/postfix/prepflog.html |