From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 00:59:36 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 29E1916A4CE for ; Tue, 18 Nov 2003 00:59:36 -0800 (PST) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABAA943FE5 for ; Tue, 18 Nov 2003 00:59:34 -0800 (PST) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id hAI8xoxM090222; Tue, 18 Nov 2003 09:59:50 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id hAI8xn2b090221; Tue, 18 Nov 2003 09:59:49 +0100 (CET) (envelope-from mail25@bzerk.org) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Tue, 18 Nov 2003 09:59:49 +0100 From: Ruben de Groot To: Alex de Kruijff Message-ID: <20031118085949.GA90188@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Alex de Kruijff , David Bear , freebsd-questions@freebsd.org References: <20031117174951.A26427@asu.edu> <20031118022926.GA3507@dds.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031118022926.GA3507@dds.nl> User-Agent: Mutt/1.4.1i cc: David Bear cc: freebsd-questions@freebsd.org Subject: Re: staring sendonly sendmail 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: Tue, 18 Nov 2003 08:59:36 -0000 On Tue, Nov 18, 2003 at 03:29:27AM +0100, Alex de Kruijff typed: > On Mon, Nov 17, 2003 at 05:49:51PM -0700, David Bear wrote: > > I do not want sendmail to receive message. > > > > I only want it to act as a local mta/mda and a sending agent. > > > > I have sendmail_enable="no" in rc.conf, but can quite seem to locate > > what else I need to start it as mentioned above. I googled "freebsd > > sendmail local delivery" but got way too many hits. > > Sendmail is setup so that it by default only allows mails to send from > the local host. By setting the sendmail_enable to no you have disabled > this. Correction, this IS the default: ruben@ei:/home/ruben> grep sendmail_enable /etc/defaults/rc.conf sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO). Setting sendmail_enable to "NONE" is what will disable sending mail from the local host. The OP has allready configured sendmail the way he wants. Ruben > -- > Alex > > Articles based on solutions that I use: > http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"