Change Password plugin for SquirrelMail
----------------------------------------
Ritchie Low <rlow@xipware.com>
Ver 1.0, Jan (??) 2001 - Initial Version


This is a Squirrelmail plugin to change password using the Poppassd service
at port 106

poppassd must be running on your mail server for this to work.  Other than
that, you just need to add this plugin to SquirrelMail (using the perl script
or by editing config.php by hand), and all should be fine.

If you experience problems, first make sure that your mail server is running
poppassd, and it is answering to port 106, and when telnetting to that port
(with "telnet mail.server.address 106"), you can do this:
    user YourUsername
    pass YourPassword
    newpass ANewPassword
and it should change your password.


poppassd source from
 * Pawel Krawczyk http://echelon.pl/kravietz/
 * CETI internet, Krakow, Poland
is included.
Note that this uses PAM library calls.

--CHANGE LOG----------------------------

Ver 1.4, Sep 26, 2002 - (Seth Randall)
  Updated for 1.2.8

Ver 1.3, Mar 26, 2001 - (Tyler Akins)
  Now uses the mail server address instead of hardcoding "localhost".  Now
  forwards to correct URL (removes errors if you want to change your password
  twice in a row.

Ver 1.2, Feb 6, 2001 - (Tyler Akins)
  Added a debug mode, better error messages, more error checking, no longer
  need to log out and log back in immediately after changing your password.

Ver 1.1, Jan 23 2001 - (Tyler Akins)
  Changed Variable and Function names using change_pass_ as
  a prefix to avoid conflict with other plugins as has been mentioned
  in the plugins mailing list.

