[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: how can i open a port
- From: Jim Dickenson <dickenson cfmc com>
- To: RedHat Mail List <redhat-list redhat com>
- Subject: Re: how can i open a port
- Date: Tue Sep 30 20:17:03 2003
> From: "Rene's Caltech Email" <shyfire azrael caltech edu>
>>
> its confirmed:
> [root azrael root]# chkconfig --list | grep -i imap
> imap: on
> imaps: on
> [root azrael root]#
>
>
You can just say "chkconfig --list imap" and it will show information about
the imap service.
> and i restarted the xinet.d service several times
>
> [root azrael root]# service xinetd restart
> Stopping xinetd: [ OK ]
> Starting xinetd: [ OK ]
> [root azrael root]#
>
> and i do this and still no response
> netstat -apn | grep 0.0.0.0:143
>
> any ideas
>
>
Try "netstat -ap | grep LISTEN" and look at the services running.
In your /etc/xinetd.conf file try adding
Enabled = imap
Then restart xinetd
Also in /etc/messages when xinetd starts it tells you have many services
were started. Does this match what you think?
>
>
> --
> -Rene Enriquez
> rene enriquez azrael caltech edu
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]