+--------------------------------------------------------------------------+
| CleverMail version 0.1.0                                                 |
+--------------------------------------------------------------------------+
| Copyright (c) 2003 Clever Age (http://www.clever-age.com/)               |
+--------------------------------------------------------------------------+
| License:  GNU/GPL - http://www.gnu.org/copyleft/gpl.html                 |
+--------------------------------------------------------------------------+
| Brief desciption of the directives of the CleverMail configuration file  |
+--------------------------------------------------------------------------+
| From the CleverMail project:                                             |
|    http://www.clever-age.org/projects/CleverMail/                        |
|                                                                          |
| Authors: Clever Age <projects@clever-age.org>                            |
+--------------------------------------------------------------------------+

$Id$

This is the documented list of all the directives defined in the configuration
script of CleverMail.


Database settings
"""""""""""""""""

CM_DB_DRIVER
    The SQL server type: mysql, pgsql (PostgreSQL), oci8 (Oracle 8), etc.

CM_DB_HOST
	The hostname of your SQL server.

CM_DB_USER
CM_DB_PASS
    Your login and password for this database.

CM_DB_NAME
    The logical database name on that server.



