Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2003 12:37:52 -0500
From:      Bill Moran <wmoran@potentialtech.com>
To:        =?ISO-8859-2?Q?Gannater_J=E1nos?= <gannater@freemail.hu>
Cc:        BSD <freebsd-questions@freebsd.org>
Subject:   Re: IMAP
Message-ID:  <3E356E70.3060708@potentialtech.com>
References:  <freemail.20030027183229.87430@fm5.freemail.hu>

next in thread | previous in thread | raw e-mail | index | archive | help
Gannater János wrote:
>>>What is this kill -HUP inetd?
>>
>>kill -HUP pid is the standard command to reload a daemon in Unix. Replacing
>>the 'pid' with the process id number of the daemon in question (listed when
>>you do a 'ps aux') will force the daemon to reload it's configuration.
> 
> My problem is that the ps aux doesn't lists the inetd daemon. So this 
> kill thing doesn't works as well.....
> How can I check IMAP or POP3 is really listening?

sockstat is your friend.
Something like "sockstat | grep 110" will check for pop3, and you can see
what program has it open.  "sockstat | more" will allow you to scroll through
the listing to see what's going on.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E356E70.3060708>