Results 1 to 4 of 4
Hi folks,
Ubuntu 7.04 server amd64
On running;
$ telnet localhost 106
Code:
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
$ netstat -an | grep 106
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-16-2007 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
fail to telnet localhost 106
Hi folks,
Ubuntu 7.04 server amd64
On running;
$ telnet localhost 106Code:Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused
$ netstat -an | grep 106
$ sudo netstat -an | grep 106
both no printout
Pls advise where shall I check and how to fix the problem. TIA
P.S.
1)
confirmed with ISP port 106 is open
2)
I'm adding "change password" plugin on SquirrelMail. After installing poppassd on repo I tested it whether works according to /usr/local/squirrelmail/www/plugins/change_pass/INSTALLCode: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 <username> 200 Your password please. pass <oldpassword> 200 Your new password please. newpass <newpassword> 200 Password changed, thank-you. quit 200 Bye. Connection closed by foreign host.
B.R.
satimis
- 12-19-2007 #2
- 12-19-2007 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
- 12-19-2007 #4


Reply With Quote

