> refused connections.
Below is the version of xinetd that works. I comment out the
ipop3d service and change pop-2 to pop-3 and port to 110.
Thanks again.
Ed
service pop-2
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/popper
server_args = -c -s -T 120
port = 109
}
service pop-3
{
flags = REUSE NAMEINARGS
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/tcpd
server_args = ipop3d
instances = 100
}
- Re: Redhat, xinet, and qpopper. Ed - Qpopper
- Re: Redhat, xinet, and qpopper. James Ralston
