From owner-cvs-all Fri Feb 16 10:21:42 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 4E4F837B401; Fri, 16 Feb 2001 10:21:36 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.9.3) id f1GILOL99128; Fri, 16 Feb 2001 10:21:24 -0800 (PST) (envelope-from dillon) Date: Fri, 16 Feb 2001 10:21:24 -0800 (PST) From: Matt Dillon Message-Id: <200102161821.f1GILOL99128@earth.backplane.com> To: Bernd Walter Cc: Brian Somers , Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab References: <200102160018.f1G0I2106462@hak.lan.Awfulhak.org> <20010216191041.B32780@cicely5.cicely.de> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would recommend splitting the -bd and -q options in rc.conf ... sendmail shouldn't be running both from the same process instance anyway. (this from my experience running sendmail at BEST, at home, at Backplane, etc...). Simply have two rc.conf variables for sendmail: sendmail_enable="YES" sendmail_flags="-bd" sendmailq_enable="YES" # suggest you leave this on even if sendmailq_flags="-q30m" # the sendmail daemon is turned off. Then get rid of the period entry for sendmail, it violates the rc.conf configuration methodology in a very bad way. This way when people upgrade, they will automatically get the queue-run code even if their original rc.conf turned off the daemon. The only mod they have to make to truely turn sendmail off is to add sendmailq_enable="NO". -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message