From owner-freebsd-questions@FreeBSD.ORG Wed Jul 7 22:39:21 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 4D3C716A4CE for ; Wed, 7 Jul 2004 22:39:21 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4CD43D3F for ; Wed, 7 Jul 2004 22:39:21 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 4E2AC69A3F; Wed, 7 Jul 2004 18:39:20 -0400 (EDT) Date: Wed, 7 Jul 2004 18:39:19 -0400 From: Bill Moran To: "Mark" Message-Id: <20040707183919.5633a33f.wmoran@potentialtech.com> In-Reply-To: <002501c46472$55568780$6700a8c0@Macha> References: <20040707221155.GA2409@asu.edu> <002501c46472$55568780$6700a8c0@Macha> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: where o where is it starting from 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: Wed, 07 Jul 2004 22:39:21 -0000 "Mark" wrote: > Howdy, > I replaced the sendmail with postfix. > However on boot up I get a error: > Starting Standard daemons : inetd cron sshd sendmail-submitsendmail: illegal > option --0 > sendmail: fatal usage : sendmail [options] > Jul 7 18:38:40 spiderman postfix/sendmail[83]: fatal:usage: sendmail > [options} > > sendmail-clientmqueue > > I looked in rc.local , /usr/local/etc/rc.d and didn't find anything. > > Not freebsd savy yet to figure it out more. > Any help appreciated. You probably want to make sure that /etc/rc.conf contains the line: sendmail_enable="NONE" then make sure there is a suitable startup script for Postfix in /usr/local/etc/rc.d Note that there are multiple ways to configure FreeBSD to use Postfix instead of sendmail. I'm describing one of them, others are possible. The trick is to ensure that the Postfix programs will run and the sendmail program will never run. -- Bill Moran Potential Technologies http://www.potentialtech.com