[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: how can i open a port



> 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]