Installing the Swekey Hardware Authentication Plugin
====================================================

1) Start with untaring the file into the plugins directory.

  $ cd plugins
  $ tar -zxvf swekey-1.0.7-1.2.9.tar.gz

2) 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

3) If you do not want to change the default behavior of this
   plugin, skip to step five.

4) (OPTIONAL) Decide if you want to store the plugin
   configuration file in the plugin directory or in
   the main SquirrelMail config directory.

   A) To store the configuration file in the plugin directory,
      change into the swekey directory, copy
      config_example.php to config.php and edit config.php,
      making adjustments as you deem necessary.

     ----- optional -----
     $ cd swekey
     $ cp config_example.php config.php
     $ vi config.php
     ----- optional -----

   B) To store the configuration file in the main SquirrelMail
      config directory, change into the swekey directory,
      copy config_example.php to ../../config/config_swekey.php
      and edit ../../config/config_swekey.php, making
      adjustments as you deem necessary.

     ----- optional -----
     $ cd swekey
     $ cp config_example.php ../../config/config_swekey.php
     $ vi ../../config/config_swekey.php
     ----- optional -----

5) If not being used with SquirrelMail 1.4.10+ or 1.5.2+,
   please verify that you have the "Compatibility" plugin
   installed (but not necessarily activated).
   

