From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 02:17:04 2003 Return-Path: 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 3C23637B401 for ; Thu, 10 Apr 2003 02:17:04 -0700 (PDT) Received: from thalia.otenet.gr (thalia.otenet.gr [195.170.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED8743FB1 for ; Thu, 10 Apr 2003 02:17:02 -0700 (PDT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-a014.otenet.gr [212.205.215.14]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h3A9Gs38014886; Thu, 10 Apr 2003 12:16:56 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h3A9Gnua037936; Thu, 10 Apr 2003 12:16:51 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h3A8MwQb022256; Thu, 10 Apr 2003 11:22:59 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Thu, 10 Apr 2003 11:22:55 +0300 (EEST) From: Giorgos Keramidas X-X-Sender: giorgos@gothmog To: Brian Astill In-Reply-To: <3E94C288.5070707@adam.com.au> Message-ID: <20030410112000.I5505@gothmog> References: <1049333119.3e8b8d7f0c73b@webmail.adam.com.au> <20030404113740.T20523@gothmog><20030405221114.GA2419@gothmog.gr> <20030406225854.GB9824@gothmog.gr> <3E942B3E.20309@adam.com.au> <20030409143657.GA61280@ei.bzerk.org> <3E94A79B.5020205@adam.com.au> <20030409234339.GC33664@gothmog.gr> <3E94C288.5070707@adam.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: sendmail woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 09:17:04 -0000 On 2003-04-10 10:32, Brian Astill wrote: >Giorgos Keramidas wrote >> % grep -i sendmail /etc/rc.conf > > sendmail_enable="YES" > > I waited a L O N G time during boot and eventually this sequence > occurred: > > Starting standard daemons: inetd cron printer sshd usbd sendmail > sendmail-clientmqueue. > > The boot then continued normally to the login prompt. Hmmm, this is usually an indication of DNS problems. > I ran top to see if sendmail had leaded (see pid 113), but internet > access is still NIL : Don't use top. Sendmail might be less busy than the top20 processes and never get displayed. Try ps: $ ps xau | grep sendmail - Giorgos