From fe3e81a373f8018745d4473f0690ac9a7f015bb3 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 7 Mar 2012 10:18:08 +0000 Subject: - Added DBMail driver (#1488281) git-svn-id: https://svn.roundcube.net/trunk@5976 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'plugins/password/README') 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 ------------- -- cgit v1.2.3