summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonp <simon.plasger@web.de>2013-08-14 21:53:14 +0200
committersimonp <simon.plasger@web.de>2013-08-14 21:53:14 +0200
commit5b5651a0953b296e8ffaa0e6bff94741a9f3a77f (patch)
tree2f33fbe836fc73770a2d5066baaac84d194d903d
parent4287c9a2f9dfd14c9d5e29388059bdeed8bc6e85 (diff)
Added README section for vpopmaild driver at the password-plugin
-rw-r--r--plugins/password/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/password/README b/plugins/password/README
index af70156a6..bd462592e 100644
--- a/plugins/password/README
+++ b/plugins/password/README
@@ -42,6 +42,7 @@
2.16. DBMail (dbmail)
2.17. Expect (expect)
2.18. Samba (smb)
+ 2.19. Vpopmail daemon (vpopmaild)
3. Driver API
@@ -299,6 +300,16 @@
Driver to change Samba user password via the 'smbpasswd' command.
See config.inc.php.dist file for configuration description.
+ 2.19. Vpopmail daemon (vpopmaild)
+ -----------------------------------
+
+ Driver for the daemon of vpopmail. Vpopmail is used with qmail to
+ enable virtual users that are saved in a database and not in /etc/passwd.
+
+ Set $rcmail_config['password_vpopmaild_host'] to the host where vpopmaild runs.
+
+ Set $rcmail_config['password_vpopmaild_port'] to the port of vpopmaild.
+
3. Driver API
-------------