On Sat, 17 Feb 2001, Robert Soros wrote:

> running (used chkconfig --list to find out), the port is open and accepts
> the connection initially, but drop its due to this error.
>
> >>> Feb 17 17:10:05 localhost xinetd[22859]: execv( /usr/sbin/ipop3d )
> failed: Bad address (errno = 14)

Please return the result of:

  rpm -V `rpm -qf /usr/sbin/ipop3d`

... to confirm that the popd is present and untampered with.

and for testing, at the console, or after ssh-ing to the host,
run:

  echo "ALL:    ALL@localhost" >> /etc/hosts.allow

which stops local wrappers, and then run:

   telnet localhost 110

and return the banners -- exit by typing  'quit'

-- Russ




_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to