From owner-freebsd-isp Tue Jun 11 23:15:23 2002 Delivered-To: freebsd-isp@freebsd.org Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id DB7E637B405 for ; Tue, 11 Jun 2002 23:15:17 -0700 (PDT) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.sub.org [127.0.0.1]) by net2.dinoex.sub.org (8.12.4/8.12.4) with ESMTP id g5C6F6Oh026892 for ; Wed, 12 Jun 2002 08:15:07 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.4/8.12.4/Submit) with BSMTP id g5C6F4KQ026867 for ; Wed, 12 Jun 2002 08:15:04 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-isp@FreeBSD.ORG Message-ID: <4J7jpX4vPF@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: sendmail(8) meets the digital camera Date: Wed, 12 Jun 2002 08:13:02 +0200 X-Mailer: Dinoex 1.77 References: <20020611220627.U63701-100000@ren.sasknow.com> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-No-Archive: yes X-ZC-VIA: 20020612000000S+2@dinoex.sub.org Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ryan Thompson schrieb:, > The traffic was no problem (we've had a lot worse), but a long time > ago, I set up a cron job to process the sendmail queue every 15 > minutes. > These two entries have been recurring in maillog every time the queue > script runs, and it's getting more than a little irritating. :-) For > now I've just backed off the sendmail queue script to run half as > often. > Any ideas/suggestions as to what I could do to avoid this problem, > both immediately, and for similar occurences in the future? Better way to do it: define(`confMIN_QUEUE_AGE', `60m')dnl confMIN_QUEUE_AGE MinQueueAge [0] The minimum amount of time a job must sit in the queue between queue runs. This allows you to set the queue run interval low for better responsiveness without trying all jobs in each run. if delivery fails, you try it less freqent, and this don't affect normal delivery. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message