From owner-freebsd-current Wed Mar 27 22:55:48 2002 Delivered-To: freebsd-current@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 8487137B416; Wed, 27 Mar 2002 22:55:40 -0800 (PST) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.6/8.11.6) with ESMTP id g2S6tcd25965; Thu, 28 Mar 2002 07:55:39 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id g2S6tcW01395; Thu, 28 Mar 2002 07:55:38 +0100 (MET) Received: (from localhost) by curry.mchp.siemens.de (8.11.6/8.11.6) id g2S6tcj21843; Date: Thu, 28 Mar 2002 07:55:38 +0100 From: Andre Albsmeier To: Gregory Neil Shapiro Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: For review: Revised sendmail startup settings Message-ID: <20020328075538.A9748@curry.mchp.siemens.de> References: <15520.10783.995435.407285@horsey.gshapiro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15520.10783.995435.407285@horsey.gshapiro.net>; from gshapiro@FreeBSD.ORG on Mon, Mar 25, 2002 at 11:58:23PM -0800 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike X-RAVMilter-Version: 8.3.1(snapshot 20020109) (curry.mchp.siemens.de) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 25-Mar-2002 at 23:58:23 -0800, Gregory Neil Shapiro wrote: > An issue came up on freebsd-stable today regarding the boot-time startup of > sendmail for users who are using other MTAs. The end result was that users > needed a way to completely prevent sendmail from trying to start at boot > time. > > The current order of operations at boot time is: > > # MTA > if ${sendmail_enable} == YES > start sendmail with ${sendmail_flags} > else > if ${sendmail_outbound_enable} == YES > start sendmail with ${sendmail_outbound_flags} > if ${sendmail_submit_enable} == YES > start sendmail with ${sendmail_submit_flags} > endif One thing I don't understand here (for the case someone sets ${sendmail_enable} to NO): Both, ${sendmail_outbound_enable} and ${sendmail_submit_enable} are on by default. ${sendmail_outbound_flags} ist set to: "-L sm-queue -q30m" so the (var/spool/mqueue) queue is run regularly. Additionally, ${sendmail_submit_flags} is set to: "-L sm-mta-submit -bd -q30m -ODaemonPortOptions=Addr=localhost" Wouldn't the latter one be enough to run the queue because of the -q30m? Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message