470203d4e11b9162a4b0bebc9b37b33db330f200
[squirrelmail-change-pass-cn.git] / change_pass / INSTALL
1 Installing change_pass
2 ======================
3 Extract the change_pass file into the plugins directory of your
4 SquirrelMail setup.
5
6 If your poppass server isn't running on the same server as your IMAP server
7 or is running on a port other than 106 then you need to change the settings.php
8 file with the correct information.
9
10 If you don't have a poppass server or don't know what one is, please read
11 the README file.
12
13 Then go to your config directory and run conf.pl.  Choose option
14 8 and add the plugin.  Save and exit, then that should be all
15 if the plugin was made correctly.  :)
16
17   $ cd ..
18   $ ./configure
19
20 Be sure to test and make certain your poppass daemon is working properly.
21 To test, try telneting into the daemon and changing a password:
22
23 $ telnet localhost 106
24 Trying 127.0.0.1...
25 Connected to localhost.
26 Escape character is '^]'.
27 200 poppassd v1.8.1 hello, who are you?
28 user <username>
29 200 Your password please.
30 pass <oldpassword>
31 200 Your new password please.
32 newpass <newpassword>
33 200 Password changed, thank-you.
34 quit
35 200 Bye.
36 Connection closed by foreign host.
37