diff options
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 ------------- |
