diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 20:10:00 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 20:10:00 +0800 |
commit | 8bf89fab9ec7a00f3cab9a509c2765fd63f0ccf9 (patch) | |
tree | 0d44c63501778b19cedb997f31be6200bff6ef4c /mail/Makefile | |
parent | 71abe8b0fdc1ed48173fa4d8d7ec738973ca920c (diff) | |
download | freebsd-ports-gnome-8bf89fab9ec7a00f3cab9a509c2765fd63f0ccf9.tar.gz freebsd-ports-gnome-8bf89fab9ec7a00f3cab9a509c2765fd63f0ccf9.tar.zst freebsd-ports-gnome-8bf89fab9ec7a00f3cab9a509c2765fd63f0ccf9.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 |