diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-07 10:18:08 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-07 10:18:08 +0000 |
| commit | fe3e81a373f8018745d4473f0690ac9a7f015bb3 (patch) | |
| tree | 4ea9e8e421e03047dec257b332943d903cce758d /plugins/password/README | |
| parent | 4e2b29065db764df8e9a2cb70d70fea52524b683 (diff) | |
- Added DBMail driver (#1488281)
git-svn-id: https://svn.roundcube.net/trunk@5976 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/README')
| -rw-r--r-- | plugins/password/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/password/README b/plugins/password/README index ec9fba59c..4fcbc4b21 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -41,6 +41,7 @@ 2.13. XMail (xmail) 2.14. Pw (pw_usermod) 2.15. domainFACTORY (domainfactory) + 2.16. DBMail (dbmail) 3. Driver API @@ -269,6 +270,18 @@ No configuration options. + 2.16. DBMail (dbmail) + ----------------------------------- + + Driver that adds functionality to change the users DBMail password. + It only works with dbmail-users on the same host where Roundcube runs + and requires shell access and gcc in order to compile the binary + (see instructions in chgdbmailusers.c file). + See config.inc.php.dist file for configuration description. + + Note: DBMail users can also use sql driver. + + 3. Driver API ------------- |
