Installing the MaildropHost Product

    You will need Zope version 2.5.0 beta 4 or higher!

    First, you will need to unzip and untar the compressed surce 
    file into a place where Zope can find it, namely the 
    "Products" directory.

        $ cp MaildropHost-xyz.tgz <zope_root>/lib/python/Products
        $ cd <zope_root>/lib/python/Products
        $ tar zxvf MaildropHost-xyz.tgz
        <watch files being decompressed>

    Do not forget to restart Zope afterwards.

    You will find a shell file named "start_maildrop" in the "maildrop"
    folder inside the MaildropHost product directory. This file contains 
    all site-specific settings and it must be executed to start the 
    mail spool handler. Without launching this script the mail will simply 
    accumulate in the MaildropHost/maildrop/spool folder and never be sent.

    There is a start_maildrop.bat Windows startup script as well, but it
    is not guaranteed to work correctly. It does not read settings out
    of config.py like "start_maildrop". I don't use Windoze and don't
    know how to make it work exactly the same way. You have been warned.

    See README.txt for any other dependencies and requirements.
