On Sat, 9 Feb 2002, Bryan Pershall wrote: > I tried that and Imap is not running and nothing is listening on port > 143 > > > On Sat, 9 Feb 2002, Bryan Pershall wrote: > > > I am trying to start imap and I am doing > > /usr/lib/courier-imap/libexec/imapd.rc start > > and I get an error of > > bind:Address already in use > > ll_daemon_start: Resource temporarily unavailable > > Can some on please help me > > It means another program is already listening on that port. My guess is > > that courier-imap is already running and you are trying to start a > second > instance, or uw-imap is already running. > > To see what programs are listening on what ports, run (as root): > netstat -l -p > > -l means show listening ports only > -p means show the PID or program name listening on that port.
It is my understanding that xinetd normally start the imap daemon. Is this true in your case? _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
