From owner-freebsd-current Wed Mar 27 23:10:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by hub.freebsd.org (Postfix) with ESMTP id D503E37B404; Wed, 27 Mar 2002 23:10:44 -0800 (PST) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id g2S7AhR07611; Thu, 28 Mar 2002 08:10:43 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id g2S7Agn05584; Thu, 28 Mar 2002 08:10:43 +0100 (MET) Received: (from localhost) by curry.mchp.siemens.de (8.11.6/8.11.6) id g2S7Agj21993; Date: Thu, 28 Mar 2002 08:10:42 +0100 From: Andre Albsmeier To: Gregory Neil Shapiro Cc: Andre Albsmeier , freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: For review: Revised sendmail startup settings Message-ID: <20020328081042.A214@curry.mchp.siemens.de> References: <15520.10783.995435.407285@horsey.gshapiro.net> <20020328075538.A9748@curry.mchp.siemens.de> <15522.48969.274804.600168@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: <15522.48969.274804.600168@horsey.gshapiro.net>; from gshapiro@FreeBSD.ORG on Wed, Mar 27, 2002 at 10:59:21PM -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 Wed, 27-Mar-2002 at 22:59:21 -0800, Gregory Neil Shapiro wrote: > andre.albsmeier> One thing I don't understand here (for the case someone > andre.albsmeier> sets ${sendmail_enable} to NO): > > andre.albsmeier> Both, ${sendmail_outbound_enable} and > andre.albsmeier> ${sendmail_submit_enable} are on by > andre.albsmeier> default. ${sendmail_outbound_flags} ist set to: > > andre.albsmeier> "-L sm-queue -q30m" > > andre.albsmeier> so the (var/spool/mqueue) queue is run > andre.albsmeier> regularly. Additionally, ${sendmail_submit_flags} is set > andre.albsmeier> to: > > andre.albsmeier> "-L sm-mta-submit -bd -q30m -ODaemonPortOptions=Addr=localhost" > > andre.albsmeier> Wouldn't the latter one be enough to run the queue because > andre.albsmeier> of the -q30m? > > Yes, hence the patch and the new order shown in the message: > > if ${sendmail_enable} == NONE > # Do nothing > else if ${sendmail_enable} == YES > start sendmail with ${sendmail_flags} > else if ${sendmail_submit_enable} == YES > start sendmail with ${sendmail_submit_flags} > else if ${sendmail_outbound_enable} == YES > start sendmail with ${sendmail_outbound_flags} > endif I see. Thanks for the enlightenment :-) -Andre -- Linux is only free if your time is worthless. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message