Name | Parameters | Description |
$dbpath | String | Path to master database. |
$modulelist | Array |
List of active Modules. This map has as key the module class name
and the value as path to the module php file.
Here is a list of valid modules which we provide:
|
Modules |
Address |
With this module you can modify addresses the server will accept and map these to users.
|
User (required) |
This Module controls all user related stuff and provides the authorization and rights for users.
|
Delegate |
This Module manages user and address delegations.
If you use the delegate right (see "Rights") you need this module.
|
MSA |
This Module manages routing decisions for users.
|
POP |
This Module manages access to the pop service and can unlock pop locks.
If you don't need the pop service you can disable it.
|
Mailbox |
This Module manages the access to the webmailer.
Enabled user can read and write mails with the webmailer.
If you don't need the webmailer then disable the webmailer module.
|