Installing change_pass ====================== Extract the change_pass file into the plugins directory of your SquirrelMail setup. If your poppass server isn't running on the same server as your IMAP server or is running on a port other than 106 then you need to change the settings.php file with the correct information. If you don't have a poppass server or don't know what one is, please read the README file. Then go to your config directory and run conf.pl. Choose option 8 and add the plugin. Save and exit, then that should be all if the plugin was made correctly. :) $ cd .. $ ./configure Be sure to test and make certain your poppass daemon is working properly. To test, try telneting into the daemon and changing a password: $ telnet localhost 106 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 200 poppassd v1.8.1 hello, who are you? user 200 Your password please. pass 200 Your new password please. newpass 200 Password changed, thank-you. quit 200 Bye. Connection closed by foreign host.