From owner-cvs-all Wed Feb 14 17:34:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71FAC37B491; Wed, 14 Feb 2001 17:34:37 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1F1Ybl01737; Wed, 14 Feb 2001 17:34:37 -0800 (PST) (envelope-from peter) Message-Id: <200102150134.f1F1Ybl01737@freefall.freebsd.org> From: Peter Wemm Date: Wed, 14 Feb 2001 17:34:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc crontab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/02/14 17:34:37 PST Modified files: etc crontab Log: Manually run /usr/sbin/sendmail -q once a day. Folks seem to be too trigger happy and turn off sendmail_enable entirely (instead of setting sendmail_flags to -q30m instead). I have seen boxes with things like daily run reports that have sat in mailq for 5 months. Since /usr/sbin/sendmail is actually mailwrapper, this should be safe for the other plugins that provide the sendmail calling interface. Revision Changes Path 1.30 +5 -1 src/etc/crontab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message