[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Close some ports
- Subject: Re: [cobalt-users] Close some ports
- From: flash22@xxxxxxx
- Date: Sat Mar 10 23:23:25 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 7 Mar 2001, Gilles Dumangin wrote:
> Hi,
>
> I would like to close ports 444 and 617 as they show open on my RAQ3. I have
>
> 444 OPEN tcp snpp Simple Network Paging Protocol
You don't want to do that, 444 is your ssl admin interface ;)
(In any case it would be somewhat of a project, and there is nothing there
that you can't already get to via the non ssl admin interface)
> 617 OPEN tcp unknown Unknown
I think this is for the backup software....not really sure
> Also, I would like to stop imap for ever as I don't use it, how could that
> do that?
If you want it to never ever work, edit /etc/inetd.conf, find the line
that starts with imapd , insert a # before it.
run /etc/rc.d/init.d/inetd restart
and it will be gone....
(Are you sure you don't like imap? it's kinda nice you know ;)
gsh