$Id: README,v 1.1 1999/02/15 08:26:58 schaefer Exp $

This implements a bidirectionnal WWW <-> voicemail gateway. Features
are:

   - ability to list/download/play/delete voicemail messages through passworded
     access, in standard formats
   - ability to create new accounts
   - ability to set configuration options such as e-mail address and
     notification/forwarding
   - ability to upload voicemails to accounts, from standard formats
   - operator can delete/view all users

This is experimental. This runs at this time under root. This is
dangerous if you do not understand all the implications.

Installation instructions

   1. copy HTML/ to some directory on your WWW server (such
      as mvm/)
   2. (cd source; make install)
   3. copy cgi-bin/* to your cgi-bin directory
   4. edit <cgi-bin-path>/mvm.cgi so that the VOICE_MAIL directory
      is right
   5. chown root.<WWW_GROUP> <cgi-bin-path>/mvm.cgi
   6. chmod 4550 <cgi-bin-path>/mvm.cgi

Try it, e.g.

   lynx http://some-server/mvm/access.html


