From owner-freebsd-questions@FreeBSD.ORG Fri Dec 24 18:31:38 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 80D4E16A4CE for ; Fri, 24 Dec 2004 18:31:38 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id F332C43D48 for ; Fri, 24 Dec 2004 18:31:37 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so133667wra for ; Fri, 24 Dec 2004 10:31:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=HSJJtgRVdws32jWZgL2E3ZGf+tdLzIIL3PLXhPveFG8Ci+IyjmJl1cNjiuzQpMaGEE4C0UmKUDZ/g4PalSoNn9YSq1Rtz30WlOR/c9UrorQQwa37xlPfF24SdL9pHdDfy0xbcapXjQa3VIn0ZGpjEUzJw9U5+Zxmplyz8gCS37c= Received: by 10.54.11.45 with SMTP id 45mr128159wrk; Fri, 24 Dec 2004 10:31:37 -0800 (PST) Received: by 10.54.11.33 with HTTP; Fri, 24 Dec 2004 10:31:37 -0800 (PST) Message-ID: Date: Fri, 24 Dec 2004 12:31:37 -0600 From: Joshua Lokken To: freebsd-questions@freebsd.org In-Reply-To: <20041224181757.GB11861@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041223224234.01432DD9A@cmlapp400.van.ca.siteprotect.com> <86wtv8m1da.fsf@amidala.datadok.no> <20041224181757.GB11861@panix.com> Subject: Re: Using Exim with FBSD 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 18:31:38 -0000 On Fri, 24 Dec 2004 13:17:57 -0500, Joe Altman wrote: > On Fri, Dec 24, 2004 at 10:31:40AM -0600, Joshua Lokken wrote: > > > "comm/JT" writes: > > > > > > > Just a quick question, I was wondering if anyone had some documentation to > > > > fully move from sendmail to exim on a 5.3 machine. I have tried this and > > > > seemed to have failed, just wondering if I am using an old and outdated > > > > document. > > > > > Although this is deprecated. Please use the following rather > > than sendmail_enable="NONE": > > > > sendmail_enable="NO" > > sendmail_submit_enable="NO" > > sendmail_outbound_enable="NO" > > sendmail_msp_queue_enable="NO" > > Where do you see this: > > sendmail_enable="NONE" labelled as deprecated? That doesn't appear to > be the case, in the documentation I have accessed. I 'see this' in man rc.sendmail(8): sendmail_enable (str) If set to ``YES'', run the sendmail(8) daemon at system boot time. If set to ``NO'', do not run a sendmail(8) daemon to listen for incoming network mail. This does not preclude a sendmail(8) daemon listening on the SMTP port of the loopback interface. The ``NONE'' option is deprecated and should not be used. It will be removed in a future release. -- Joshua Lokken Open Source Advocate