whoisit
18th January 2008, 14:45
I have installed poppassd on a linux box using squirrel mail(imapd). However, after installing the required modules, the password changer does not work. On checking port 106, I get the below error when telneting to it
[root@mail root]# telnet localhost 106
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
[root@mail root]#
I checked whether port is open and got this
[root@mail root]# netstat -an |grep 106
tcp 0 0 0.0.0.0:106 0.0.0.0:* LISTEN
My configuration
service poppassd
{
disable = no
socket_type = stream
protocol = tcp
wait = no
port = 106
user = root
server = /usr/sbin/poppassd
only_from = 127.0.0.1
log_on_success += HOST DURATION
log_on_failure += HOST
}
Any ideas why I can't telnet to port 106 or rather why password changer is not working
[root@mail root]# telnet localhost 106
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
[root@mail root]#
I checked whether port is open and got this
[root@mail root]# netstat -an |grep 106
tcp 0 0 0.0.0.0:106 0.0.0.0:* LISTEN
My configuration
service poppassd
{
disable = no
socket_type = stream
protocol = tcp
wait = no
port = 106
user = root
server = /usr/sbin/poppassd
only_from = 127.0.0.1
log_on_success += HOST DURATION
log_on_failure += HOST
}
Any ideas why I can't telnet to port 106 or rather why password changer is not working