diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-08-05 22:13:30 +0800 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-08-05 22:13:30 +0800 |
commit | a9bbc1e33d66db6d37eaf3681d03f226812dd6c9 (patch) | |
tree | c2cfc4ddfa786fc2bc217bc87c76f890ceeb24cd /mail/Makefile | |
parent | 3758539769534e1b10243fa686d649e11b066f31 (diff) | |
download | freebsd-ports-gnome-a9bbc1e33d66db6d37eaf3681d03f226812dd6c9.tar.gz freebsd-ports-gnome-a9bbc1e33d66db6d37eaf3681d03f226812dd6c9.tar.zst freebsd-ports-gnome-a9bbc1e33d66db6d37eaf3681d03f226812dd6c9.zip |
This plugin implements logging functionality for your webmail interface.
You can choose to log to a database, a file, your system log, or any
combination thereof. You can also choose which kinds of events to log,
including login events, logout events, login error events, all outgoing
messages, possible outgoing spam messages, and other error events.
Also included is monitoring functionality that will send alert emails to
the administrator when certain events trigger.
If you use the timeout_user plugin, logout events caused by user timeouts
will be captured.
Log message format is also completely custom-defined to meet your needs
in the configuration file.
WWW: http://www.squirrelmail.org/plugin_view.php?id=52
PR: ports/148587
Submitted by: Satoru Suzuki <xsuzu at yokohama.riken.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 0f800b8efb44..b608afdd6b37 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -677,6 +677,7 @@ SUBDIR += squirrelmail-secure_login-plugin SUBDIR += squirrelmail-shared_calendars-plugin SUBDIR += squirrelmail-spam-buttons-plugin + SUBDIR += squirrelmail-squirrel_logger-plugin SUBDIR += squirrelmail-timeout_user-plugin SUBDIR += squirrelmail-tmda-plugin SUBDIR += squirrelmail-unsafe_image_rules-plugin |