From owner-freebsd-stable Wed Mar 27 22:59:37 2002 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id BD42437B405; Wed, 27 Mar 2002 22:59:23 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.3.Beta2/8.12.3.Beta2) with ESMTP id g2S6xLGd037258 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 27 Mar 2002 22:59:21 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.3.Beta2/8.12.3.Beta2/Submit) id g2S6xLTa037255; Wed, 27 Mar 2002 22:59:21 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15522.48969.274804.600168@horsey.gshapiro.net> Date: Wed, 27 Mar 2002 22:59:21 -0800 From: Gregory Neil Shapiro To: Andre Albsmeier Cc: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: For review: Revised sendmail startup settings In-Reply-To: <20020328075538.A9748@curry.mchp.siemens.de> References: <15520.10783.995435.407285@horsey.gshapiro.net> <20020328075538.A9748@curry.mchp.siemens.de> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message