From owner-freebsd-stable Thu Mar 28 8:29:14 2002 Delivered-To: freebsd-stable@freebsd.org Received: from srv01.lrdata.com (nt01.lrdata.com [209.98.80.33]) by hub.freebsd.org (Postfix) with ESMTP id 4D7AC37B400 for ; Thu, 28 Mar 2002 08:28:55 -0800 (PST) X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: For review: Revised sendmail startup settings Date: Thu, 28 Mar 2002 10:32:32 -0600 Message-ID: <2CBA5E6C43C6D4439982274DE902C866113601@srv01.lrdata.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: For review: Revised sendmail startup settings Thread-Index: AcHWJq7YjeWIFI5vQWaHC2vFy0uJVwATeLRQ From: "Scott Frappier" To: 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 Thank you...makes my life simpler :). Scott Frappier -----Original Message----- From: Gregory Neil Shapiro [mailto:gshapiro@FreeBSD.ORG]=20 Sent: Thursday, March 28, 2002 12:59 AM To: Andre Albsmeier Cc: freebsd-current@FreeBSD.ORG; freebsd-stable@FreeBSD.ORG Subject: Re: For review: Revised sendmail startup settings 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=3DAddr=3Dlocalhost" 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} =3D=3D NONE # Do nothing else if ${sendmail_enable} =3D=3D YES start sendmail with ${sendmail_flags} else if ${sendmail_submit_enable} =3D=3D YES start sendmail with ${sendmail_submit_flags} else if ${sendmail_outbound_enable} =3D=3D 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message