diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-28 20:03:02 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-28 20:03:02 +0000 |
commit | 778e0cb152e555b6a94626e0afb4eccabfc6eb5d (patch) | |
tree | 2a0d52597c9ac11af650bc3f4f81f9fd1cea5999 /mail/Makefile | |
parent | 080e5a4ebcd017020c5da471cdd13ec54a000447 (diff) | |
download | FreeBSD-ports-778e0cb152e555b6a94626e0afb4eccabfc6eb5d.zip FreeBSD-ports-778e0cb152e555b6a94626e0afb4eccabfc6eb5d.tar.gz |
New Port:
SMA is a program that analyses sendmail log entries.
The key features of SMA are
Fast (written in C)
Portable
Free (BSD-style licensing)
output as HTML or ASCII.
SMA features
Support for all recent sendmail versions (UNIX/NT)
Flexible output formatting - HTML, ASCII and Custom Log
Regular expression filtering of messages
Multiple hosts in a same report
WWW: http://www.klake.org/sma/
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 3d3243c..fa160b6 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -206,6 +206,7 @@ SUBDIR += serialmail SUBDIR += sigit SUBDIR += sigrot + SUBDIR += sma SUBDIR += smail SUBDIR += smapi SUBDIR += smtpclient |