
Needed applications:
	- python
	- apache 2
	- mod_python

To install the POP Webmailer, copy all files into a directory
which is accessable from the apache webserver. Than create a
config file, which contains the following settings:

<Directory [INSERT_YOUR_DIR_HERE]>
    [YOUR_OWN_SETTINGS]

    Options ExecCGI
    AddHandler cgi-script .py
    DirectoryIndex index.py
</Directory>

