Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1c025f937a77546674c04f23aa8ed60a > files > 144

squirrelmail-1.4.20-0.RC2.2mdv2010.0.noarch.rpm

Installing the Secure Login Plugin
==================================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 1.0 version of the Secure Login 
   plugin.

  $ cd plugins
  $ tar -zxvf secure_login-1.0-1.2.8.tar.gz

2) If you do not need to change the default behavior of this
   plugin, you may skip to step 3.  In order to change any of
   the configurable aspects of this plugin, change into the 
   secure_login directory, copy config.sample.php to config.php 
   and edit config.php, making adjustments as you deem necessary.  

  ----- optional -----
  $ cd secure_login
  $ cp config.sample.php config.php
  $ vi config.php
  ----- optional -----

3) Then go to your config directory and run conf.pl.  Choose
   option 8 and move the plugin from the "Available Plugins"
   category to the "Installed Plugins" category.  Save and exit.

  $ cd ../../config/
  $ ./conf.pl



Upgrading Secure Login
======================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 1.0 version of the Secure Login
   plugin.

  $ cd plugins
  $ tar -zxvf secure_login-1.0-1.2.8.tar.gz

2) Change into the secure_login directory, check your config.php
   file against the new version, to see if there are any new
   settings that you must add to your config.php file.

  $ diff -u config.php config.sample.php

   Or simply replace your config.php file with the provided sample
   and reconfigure the plugin from scratch (see step 2 under the
   installation procedure above).