From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 03:46:56 2004 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 7C04716A4CE for ; Fri, 26 Mar 2004 03:46:56 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F2443D2F for ; Fri, 26 Mar 2004 03:46:56 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc13) with ESMTP id <2004032611465501600fllfke>; Fri, 26 Mar 2004 11:46:55 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 2F662F; Fri, 26 Mar 2004 06:46:55 -0500 (EST) Sender: lowell@be-well.ilk.org To: David.Bear@asu.edu References: <20040326022408.GC11808@asu.edu> From: Lowell Gilbert Date: 26 Mar 2004 06:46:54 -0500 In-Reply-To: <20040326022408.GC11808@asu.edu> Message-ID: <444qsb4yq9.fsf@be-well.ilk.org> Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: sendmail local mta mode only 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: Fri, 26 Mar 2004 11:46:56 -0000 David Bear writes: > I would like to run the stock sendmail freebsd has as a local MTA > only... ie I don't want to listening on ANY real/public interface for > mail. I do want it to handle delivery of local messages to local > accounts -- and handle sending messages destined for external systems. > > any pointers ? rc.sendmail(8) is set up to handle this, Try "man 8 rc.sendmail" for all the documentation you'll need.