From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 02:20:25 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 1C1D137B41C for ; Thu, 24 Jul 2003 02:20:25 -0700 (PDT) Received: from fed1mtao01.cox.net (fed1mtao01.cox.net [68.6.19.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2912743FAF for ; Thu, 24 Jul 2003 02:20:24 -0700 (PDT) (envelope-from chive@cox.net) Received: from anoat.phoenix.net ([68.98.91.5]) by fed1mtao01.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030724092022.NIJI7643.fed1mtao01.cox.net@anoat.phoenix.net> for ; Thu, 24 Jul 2003 05:20:22 -0400 Received: by anoat.phoenix.net (Postfix, from userid 1000) id C3A814E4E; Thu, 24 Jul 2003 02:20:23 -0700 (MST) Date: Thu, 24 Jul 2003 02:20:23 -0700 From: Nicolas Galler To: freebsd-questions@freebsd.org Message-ID: <20030724092023.GA881@anoat.phoenix> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Warning about invalid sendmail option at startup 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: Thu, 24 Jul 2003 09:20:25 -0000 Hi, I just replaced sendmail with postfix. Works great, but I get this warning at boot time (right after starting sshd, though I dont see why it would be related to ssh): sendmail: illegal option -- O sendmail: fatal: usage: sendmail [option] So obviously the postfix sendmail replacement program doesn't take the -O option (whatever this does). I remember having the same message with qmail before, too. How do I know where this warning comes from so that I can correct the sendmail invocation? Thanks Nicolas Galler