From owner-freebsd-questions@FreeBSD.ORG Wed Jun 8 10:46:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7D1E916A41C for ; Wed, 8 Jun 2005 10:46:12 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD68943D49 for ; Wed, 8 Jun 2005 10:46:10 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j58Ak8Qt017453; Wed, 8 Jun 2005 13:46:09 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.3/8.13.3) with ESMTP id j58Ak868040382; Wed, 8 Jun 2005 13:46:08 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.3/8.13.3/Submit) id j58Ak7gF040381; Wed, 8 Jun 2005 13:46:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 8 Jun 2005 13:46:07 +0300 From: Giorgos Keramidas To: Chris Moran Message-ID: <20050608104607.GA39304@orion.daedalusnetworks.priv> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: 5.4 Sendmail only listening on localhost? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 10:46:12 -0000 On 2005-06-08 18:34, Chris Moran wrote: > OK, I have to be doing something silly here... > > I have installed a clean system with 5.4-RELEASE (on a 1.2GHz Athlon, > 512MB RAM, lots of disk, etc). > > Machine has to NICs, one for the "public" and one for the "private" > networks here. However, Sendmail is only listening on port 25 on > localhost. > > I don't confess to being knowledgeable about sendmail configuration, > and I figure it's in the mc file someplace, but where do I tell > sendmail to listen on one (or more) of the NICs? > > So far clean installs on 3 machines show the same thing, so I guess > this is the default, secure config? The rc.sendmail(8) explains what each of the sendmail*_enable options can be used for. You obviously have sendmail_enable="NO" in your rc.conf or haven't set it at all (using the default, which is also "NO").