From owner-freebsd-questions@FreeBSD.ORG Fri Dec 24 16:31:41 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 EA4DB16A4CE for ; Fri, 24 Dec 2004 16:31:41 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9007043D53 for ; Fri, 24 Dec 2004 16:31:41 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so126989wra for ; Fri, 24 Dec 2004 08:31:41 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=QUGU1G99jwBMRyViZ2v87YwS0BGsJf9MQXPIzKHdgYRmlOiTuAUdq497Pu4+wl1y7LV3Bt02TB1MMYBYlcb2iIsZJruAFe38VT7KNMjTez1ctk2V8gq4oSgXqOEoKhT45uBqc6zScDGCypbFMBgULi45HBburi5hUru31hjKbIw= Received: by 10.54.6.57 with SMTP id 57mr533096wrf; Fri, 24 Dec 2004 08:31:41 -0800 (PST) Received: by 10.54.11.33 with HTTP; Fri, 24 Dec 2004 08:31:40 -0800 (PST) Message-ID: Date: Fri, 24 Dec 2004 10:31:40 -0600 From: Joshua Lokken To: "Peter N. M. Hansteen" In-Reply-To: <86wtv8m1da.fsf@amidala.datadok.no> 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> cc: comm/JT 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 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 16:31:42 -0000 On 24 Dec 2004 11:33:53 +0100, Peter N. M. Hansteen 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. > > In my experience, it should be pretty straightforward. There are a > couple of things which are not done automagically by the port, IIRC - > > * adding the lines > > exim_enable="YES" > sendmail_enable="NONE" > > to /etc/rc.conf 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" -- Joshua Lokken Open Source Advocate