There is 2 different equivalent examples.

 1. do not use message.shtml.f and format files.
 2. rename message.shtml.f to message.shtml and do not use
    original message.shtml file.

Remember about right paths. There is no path in examples.
Usually it is convenient to have one path for html documents
somewhere in httpd docs tree, one path for cgi somewhere in
httpd cgi-bin tree, path for mailbox and path for index.
Usually mailbox and index are not secure, so no error
in placing html, mailbox and index in the same catalog.

Use establi.sh script for archive establish begin.
Execute establi.sh without parameters for help.
After establi.sh run create index file. Examples:

"${1}/mesdbc" -c -f <mailbox> <index>
        -- one maillist in mailbox, cron only indexes"
"${1}/mesdbc" -cuf <mailbox> <index>
        -- one maillist in mailbox, indexed by every look"
"${1}/mesdbc" -cL 4 -l 1 -f <mailbox> <index>
        -- four maillists in mailbox, indexed by cron only,"
           all messages found in mailbox belong to first maillist"

Additional tunes (do your own):
 - enable Options Includes in apache for directory where
   *.shtml files are in;
 - enable cgi in cgi directory;
 - enable httpd writes to index if mesdbc -c -u used
   (update index every time when look at it);
 - insert mesdbc -u <index> in crontab.
   Execute it as frequently as timestamps must be exact.

Messagre works with UNIX mailbox as is. Use command
mesdbc -a -l <list number>
to add message to mailbox if more then one maillist
use mailbox. If only one maillist in mailbox just
append every message to mailbox.
Edit aliases file to do this.
