From a9bbc1e33d66db6d37eaf3681d03f226812dd6c9 Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Thu, 5 Aug 2010 14:13:30 +0000 Subject: 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 --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') 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 -- cgit v1.2.3