diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-10 07:33:28 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-10 07:33:28 +0000 |
| commit | dafdf25a59ada82149c016ab6cc5f93bf1e53ece (patch) | |
| tree | 5ebd80fe0f6a8c7d796cad56b7f60de13633865e /plugins/password/README | |
| parent | cb82cda0095783990b4573b3170fd6868da4f68a (diff) | |
- Added XMail driver for password plugin
git-svn-id: https://svn.roundcube.net/trunk@3954 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/README')
| -rw-r--r-- | plugins/password/README | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/plugins/password/README b/plugins/password/README index 5312cbf46..2e3a59509 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -26,18 +26,19 @@ 1. Configuration 2. Drivers - 2.1. Database (sql) - 2.2. Cyrus/SASL (sasl) - 2.3. Poppassd/Courierpassd (poppassd) - 2.4. LDAP (ldap) - 2.5. DirectAdmin Control Panel (directadmin) - 2.6. cPanel (cpanel) - 2.7. XIMSS/Communigate (ximms) - 2.8. Virtualmin (virtualmin) - 2.9. hMailServer (hmail) - 2.10. PAM (pam) - 2.11. Chpasswd (chpasswd) - 2.12. LDAP - no PEAR (ldap_simple) + 2.1. Database (sql) + 2.2. Cyrus/SASL (sasl) + 2.3. Poppassd/Courierpassd (poppassd) + 2.4. LDAP (ldap) + 2.5. DirectAdmin Control Panel (directadmin) + 2.6. cPanel (cpanel) + 2.7. XIMSS/Communigate (ximms) + 2.8. Virtualmin (virtualmin) + 2.9. hMailServer (hmail) + 2.10. PAM (pam) + 2.11. Chpasswd (chpasswd) + 2.12. LDAP - no PEAR (ldap_simple) + 2.13. XMail (xmail) 3. Driver API @@ -205,20 +206,20 @@ 2.9. hMailServer (hmail) ------------------------ - + Requires PHP COM (Windows only). 2.10. PAM (pam) --------------- - + This driver is for changing passwords of shell users authenticated with PAM. Requires PECL's PAM exitension to be installed (http://pecl.php.net/package/PAM). 2.11. Chpasswd (chpasswd) ------------------------- - + Driver that adds functionality to change the systems user password via the 'chpasswd' command. See config.inc.php file. @@ -238,6 +239,12 @@ why the 'force replace' is always used). + 2.13. XMail (xmail) + ----------------------------------- + + Driver for XMail (www.xmailserver.org). See config.inc.php file for configuration description. + + 3. Driver API ------------- |
