Novi izvorni kod change_pass dodatka (inacica 3.0).
[squirrelmail-change-pass-cn.git] / change_pass / doc / FAQ
1 Q. I get an error saying "ERROR: Connection refused (111)"
2
3 A. You don't have a poppass daemon running on the server you've selected.
4    Make certain you have followed the installation steps in the INSTALL
5    document and tested it as shown below.
6
7 Q. The plugin does not seem to work
8
9 A. Make sure you can change the password manually.
10    To test, try telneting into the daemon and changing a password:
11
12     $ telnet localhost 106
13     Trying 127.0.0.1...
14     Connected to localhost.
15     Escape character is '^]'.
16     200 poppassd v1.8.1 hello, who are you?
17     user <username>
18     200 Your password please.
19     pass <oldpassword>
20     200 Your new password please.
21     newpass <newpassword>
22     200 Password changed, thank-you.
23     quit
24     200 Bye.
25     Connection closed by foreign host.
26