smrestradmin: An administration frontend for smrestict.

Requirements: 
* squirrelmail 1.2.1 (or later), 
	with a userprefs dsn (./configure option: 9, 3) configured.
* php-pear-db, a database, whatever is required in support of the above.
* smrestrict 0.10

Install: Install as you would any other plugin. See ./plugins/README.plugins 
from the Squirrelmail distribution for details.

Use: A 'Login Access Administration' page will be added to the 'login.php' page 
produced by Squirrelmail. This will allow you to enter an interface to 
control the settings read by smrestrict, where you can disable, enable, or 
delete existing user accounts that have been configured for use with 
smrestrict.

Authentication: You will need to provide your username and password 
combination that will grant SELECT, INSERT, UPDATE, and DELETE access to 
the userprefs table. Most likely, this will be the items from the 
userprefs dsn in Squirrelmail's ./configure utility, option 9, option 3. 

For example, if your dsn is mysql://squirrelmail:rocks@localhost/smdb, you 
would login to smrestradmin with a username of 'squirrelmail' and a 
password of 'rocks'.

-Ben Lentz, 7/1/2003
