From owner-freebsd-questions@FreeBSD.ORG Fri Dec 24 18:18:00 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 B6E7616A4CE for ; Fri, 24 Dec 2004 18:18:00 +0000 (GMT) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F3E43D1D for ; Fri, 24 Dec 2004 18:18:00 +0000 (GMT) (envelope-from fj@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail1.panix.com (Postfix) with ESMTP id D406559592; Fri, 24 Dec 2004 13:17:57 -0500 (EST) Received: (from fj@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id iBOIHvn01678; Fri, 24 Dec 2004 13:17:57 -0500 (EST) Date: Fri, 24 Dec 2004 13:17:57 -0500 From: Joe Altman To: Joshua Lokken , comm@rwx.ca Message-ID: <20041224181757.GB11861@panix.com> Mail-Followup-To: Joe Altman , Joshua Lokken , comm@rwx.ca, freebsd-questions@freebsd.org References: <20041223224234.01432DD9A@cmlapp400.van.ca.siteprotect.com> <86wtv8m1da.fsf@amidala.datadok.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Using Exim with FBSD 5.3 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, 24 Dec 2004 18:18:00 -0000 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. To the OP: the query you make is an FAQ, and the basic answers are in the Exim documentation, with a specific section on FreeBSD. You can find the answers by installing the HTML docs via the port, or at exim.org. Do you have the docs for exim installed on your local machine? The two questions you will likely need are 9201 and 9202, as well as the handbook documentation telling you how to change your MTA. That is in chapter 22.