I have qpopper 4.0.4 on RH7.2. I can telnet to port 110 on the machine
itself but when I tried to do the same on another machine in the same
network, I got the following error message
"Connecting To 192.168.0.11...Could not open a connection to host on port
110 : Connect failed"
This is what I have in xinetd:
service pop-3
{
disable = no
socket_type = stream
protocol = tcp
wait = no
flags = NAMEINARGS
user = root
server = /usr/local/sbin/popper
server_args = popper -s
port = 110
}
I've also added popper: ALL: ALLOW to hosts.allow.
Can anyone tell me what else I need to do in order to get qpopper to work?
Many thanks.
Natalie