Manitou-Mail Home

2. Creating objects in an existing database

Create all database objects to hold the mail data (should be applied to an empty database). Generally this is not needed since the --create-database option already creates the database objects.

manitou-mgr --create-schema [--conf=/path/to/configfile] [--quiet] [--dry-run]

Options:

--conf
Path to manitou-mdx configuration file (default: /etc/manitou-mdx.conf)
--quiet
No output unless an error occurs. The default is to output information messages in addition to error messages.
--dry-run
Do not run the SQL commands to create the schema but display them on the standard output.