Contained in this package is a perl script for manipulating the aliases file in
the etc directory of a linux system.  It should run on any linux system that 
uses sendmail to deliver email.  To install this simply put the alias.cgi file 
in the cgi-bin directory of the web server, and put the alias.shtml or create
another html file using the names of the form inputs described in the 
alias.shtml file.  The web page does not need to be server parsed (.shtml).  I
choose to use that format for other purposes and did not feel like writing a new
page simply for this project.  This is the first version of this script and 
hopefully I can add more features to it later.  The script is heavily commented
so you can change and edit as you wish.  If you have any questions on 
this script or would like to compliment on my work please send email to
gary@avalanche.dyndns.com

UPDATES************************************************************************


9/23/97		Version 1.0.1 completed.  This version added verifying usernames
		by checking the passwd file.

