diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-06 20:10:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-06 20:10:00 +0800 |
commit | fcbef2335c825c1b534df2a2ca4cea659f94dd33 (patch) | |
tree | ac7d2cd0cb5343b8520c4e216641cd9cc129eec2 /mail/Makefile | |
parent | 470fdcde33941c1787e77f02f997e3dec02d3a6b (diff) | |
download | freebsd-ports-gnome-fcbef2335c825c1b534df2a2ca4cea659f94dd33.tar.gz freebsd-ports-gnome-fcbef2335c825c1b534df2a2ca4cea659f94dd33.tar.zst freebsd-ports-gnome-fcbef2335c825c1b534df2a2ca4cea659f94dd33.zip |
The amavis-logwatch(1) utility is an Amavisd-new log parser
that produces summaries, details, and statistics regarding
the operation of Amavisd-new (henceforth, simply called Amavis).
A key feature of amavis-logwatch is its ability to produce
a very wide range of reports with data grouped and sorted as
much as possible to reduce noise and highlight patterns. Brief
summary reports provide a quick overview of general Amavis
operations and message delivery, calling out warnings that
may require attention. Detailed reports provide easy to scan,
hierarchically-arranged and organized information, with as
much or little detail as desired.
WWW: http://logreporters.sourceforge.net/
PR: ports/162223
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index e1becb3d1467..0b299bf57a3c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -11,6 +11,7 @@ SUBDIR += alpine SUBDIR += altermime SUBDIR += althea + SUBDIR += amavis-logwatch SUBDIR += annoyance-filter SUBDIR += anomy-sanitizer SUBDIR += antivirus-milter |