mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
a9bbc1e33d
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>
19 lines
1.0 KiB
Plaintext
19 lines
1.0 KiB
Plaintext
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin squirrel_logger; fi
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/COPYING
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/INSTALL
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/README
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/alert_functions.php
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/config_example.php
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/contrib/index.php
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/contrib/fail2ban
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/database_functions.php
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/functions.php
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/getpot
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/index.php
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/make_release.sh
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/setup.php
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/show_stats.php
|
|
%%SQUIRRELDIR%%/plugins/squirrel_logger/version
|
|
@dirrmtry %%SQUIRRELDIR%%/plugins/squirrel_logger/contrib
|
|
@dirrmtry %%SQUIRRELDIR%%/plugins/squirrel_logger
|