diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-08-23 11:18:46 +0800 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-08-23 11:18:46 +0800 |
commit | 693a7f2e5da6847aec50e311d80d7ebb1b9d6545 (patch) | |
tree | fafe6df71d2791cc5d1e8c7766b9bf55e886d451 /mail/Makefile | |
parent | 63309d266bc370804245d8e282ef51c36f38a8aa (diff) | |
download | freebsd-ports-gnome-693a7f2e5da6847aec50e311d80d7ebb1b9d6545.tar.gz freebsd-ports-gnome-693a7f2e5da6847aec50e311d80d7ebb1b9d6545.tar.zst freebsd-ports-gnome-693a7f2e5da6847aec50e311d80d7ebb1b9d6545.zip |
The postfix-logwatch(1) utility is a Postfix MTA log parser
that produces summaries, details, and statistics regarding
the operation of Postfix.
A key feature of postfix-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 Postfix
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/159988
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
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 d9df8387af82..452089ce869f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -516,6 +516,7 @@ SUBDIR += postfix SUBDIR += postfix-current SUBDIR += postfix-gps + SUBDIR += postfix-logwatch SUBDIR += postfix-policyd-sf SUBDIR += postfix-policyd-spf SUBDIR += postfix-policyd-spf-perl |