From owner-freebsd-questions Mon Jan 27 9:39: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6F837B401 for ; Mon, 27 Jan 2003 09:39:08 -0800 (PST) Received: from flatiron.instantemail.net (naturalcom-gw.avl.rocketlauncher.net [209.95.78.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 325AC43F1E for ; Mon, 27 Jan 2003 09:39:07 -0800 (PST) (envelope-from benwilliams@instantemail.net) Received: from reliable-2000 (flatiron.instantemail.net [209.95.72.149]) by flatiron.instantemail.net (8.9.3/8.9.3) with ESMTP id RAA79437; Mon, 27 Jan 2003 17:38:54 GMT Date: Mon, 27 Jan 2003 12:38:57 -0500 From: Ben Williams X-Mailer: The Bat! (v1.61) Personal Reply-To: Ben Williams X-Priority: 3 (Normal) Message-ID: <24172748829.20030127123857@instantemail.net> To: =?ISO-8859-2?B?R2FubmF0ZXIgSuFub3M=?= Cc: BSD Subject: Re[2]: IMAP In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Monday, January 27, 2003, 12:32:29 PM, you wrote: >> >What is this kill -HUP inetd? >> >> kill -HUP pid is the standard command to reload a daemon in Unix. GJ> Replacing >> the 'pid' with the process id number of the daemon in question (listed GJ> when >> you do a 'ps aux') will force the daemon to reload it's configuration. >> GJ> My problem is that the ps aux doesn't lists the inetd daemon. So this GJ> kill thing doesn't works as well..... GJ> How can I check IMAP or POP3 is really listening? For IMAP: sockstat | grep :143 For POP3: sockstat | grep :110 For both/either: sockstat | egrep ":143|:110" -- Ben mailto:benwilliams@instantemail.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message