Logging degli accessi in squirrelmail: Difference between revisions
Jump to navigation
Jump to search
m New page: * Install the plugin: cd /usr/share/squirrelmail/plugins/ sudo tar -xvzf ~/squirrel_logger.1.3.0-1.0.6.tar.gz sudo tar -xvzf ~/compatibility-2.0.16-1.0.tar.gz *Configure the plugin: ... |
(No difference)
|
Latest revision as of 17:00, 25 February 2010
- Install the plugin:
cd /usr/share/squirrelmail/plugins/ sudo tar -xvzf ~/squirrel_logger.1.3.0-1.0.6.tar.gz sudo tar -xvzf ~/compatibility-2.0.16-1.0.tar.gz
- Configure the plugin:
cd /usr/share/squirrelmail/plugins/squirrel_logger sudo cp config_example.php config.php sudoedit vi config.php
// $sl_logfile = "../data/access_log"; $sl_logfile = "/var/log/squirrelmail.log";
- Enable the plugin:
sudo /etc/squirrelmail/conf.pl
- Create log file:
sudo touch /var/log/squirrelmail.log sudo chown www-data /var/log/squirrelmail.log sudo chmod 640 /var/log/squirrelmail.log