X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fchange_password%2FREADME;h=e1a683ce655ba870e62128cff2bcb2d2b736ee35;hb=f2df3fa157e397f46ca5438af0a4d8b018749af0;hp=c3ea07938082dcabc6f61297f70d28bdbc74473f;hpb=27663afe63c34d8c329a3f1b09070893c7b25d41;p=squirrelmail.git diff --git a/plugins/change_password/README b/plugins/change_password/README index c3ea0793..e1a683ce 100644 --- a/plugins/change_password/README +++ b/plugins/change_password/README @@ -15,13 +15,51 @@ Probably, you need to set some config vars in the backend too (backend/.php). BACKENDS -- -- -- +- mysql + Default settings are supplied in backends/mysql.php. -AUTHORS + You do not have to change any configuration vars in + backend/mysql.php - instead, create an array in config.php + containing the variable you want to override, for example: + To override the server name ($mysql_server), you would add + $mysql['server'] = 'remote_servername'; + to config.php. +- merak + + Default settings are supplied in backends/merak.php. + + +- poppassd + + Default settings are supplied in backends/poppassd.php. + + +- vmailmgrd + + Default settings are supplied in backends/vmailmgrd.php. + + Site configuration is controlled in config.php $vmailmgrd + array. Backend uses 'vmail_inc_path', 'vm_tcphost', + 'vm_tcphost_port' and 'cpw_vmailmgrd_8bitpw' array keys. + + 'vmail_inc_path' sets path to vmail.inc. 'vm_tcphost' sets + vmailmgrd tcp service ip address or dns name. Plugin uses + vmailmgrd socket, if it is not set. 'vm_tcphost_port' sets + port of vmailmrgd service. Plugin uses port 322, if it is + not set. 'cpw_vmailmgrd_8bitpw' controls use of 8bit + passwords. If it is not set, interface does not allow new + passwords with 8bit symbols. + + $vmailmgrd['vmail_inc_path'] setting is required. + +AUTHORS: +merak backend - Edwin van Elk +mysql backend - Thijs Kinkhorst +poppassd backend - Seth Randall +vmailmgrd backend - Tomas Kuliavas + $Id$