$Id: README,v 0.3 2003/02/05
virtusertable Plugin
Copyright (C) 2002 Vi'ktor Bautista i Roca <viktor_at_drac.com>

This plugin allows users to login using their e-mail address as listed on
/etc/mail/virtusertable instead of their user name. It is known to work 
in 1.2.10.  If you find that it works properly in earlier versions, please 
contact viktor_at_drac.com with the version tested with.  

It is based on David Minor's Login: Alias plugin, v1.3 
From it it includes support for forget password, but this has not been tested.

The most recent version of this plugin can be found at 
<http://www.squirrelmail.org/plugins.php>

---
Install Instructions

1. Change directories to the squirrelmail plugins directory. From the
squirrelmail document root .. 'cd plugins'

2. Untar the virtusertable file

3. Change directories to the virtusertalbe plugin directory. 
'cd virtusertable'

4. Edit the setup.php file if your virtusertable file is not on the
standard place "/etc/mail/virtusertable" and change the $filename

5. Run conf.pl, choose the corresponding number from the main menu, 
and add 'virtusertable' as a new plugin.  Save and exit.


---
History

v0.4 2003/03/20
Search is now case insensitive

v0.2 2003/02/24
Changed the name of some functions to not collide with the ones in Login:
Alias plugin

v0.1 (alpha) 2003/02/07
initial public release

