$Id: README,v 1.2 2003/09/19 19:28:40 indiri69 Exp $
change_pass -- Version 2.4-1.4.x
Ritchie Low  <rlow@xipware.com>
Seth Randall <sethr@missoulafcu.org>

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

You can get poppassd compliant services from the following:
Pawel Krawczyk      http://echelon.pl/pubs/poppassd.html (Supports PAM)
Andrew Stevenson    ftp://ftp.ugh.net.au/pub/unix/poppwd
NetWin              http://netwinsite.com/poppassd/      (Changes /etc/passwd)
BSD users should try the one from the ports collection for their brand of BSD first.
Courier users should try courierpassd at http://www.arda.homeunix.net/store/

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.
