From owner-freebsd-isp Mon Aug 6 13:55:45 2001 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 7B34F37B405 for ; Mon, 6 Aug 2001 13:55:40 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.11.5/8.11.5) with BSMTP id f76Kt6E08432; Mon, 6 Aug 2001 22:55:06 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-isp@FreeBSD.ORG, paul@colba.net Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Sendmail delivery timeout Date: Mon, 06 Aug 2001 22:53:36 +0200 X-Mailer: Dinoex 1.77 References: <3B6B3DEA.934A32D0@colba.net> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.91] 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 1999 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: 20010806000000S+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 > Hi folks, i have a question: > > Can delivery timeout be controlled per domain/host in sendmail ? > Ex: domain1.com - 4 days > domain2.com - 6 days > domain3.com - 1 day 1) Hack: You may achange the priority depended on the domain, so sendmail use diffrent timers. O Timeout.queuereturn=7d #O Timeout.queuereturn.normal=5d #O Timeout.queuereturn.urgent=2d #O Timeout.queuereturn.non-urgent=7d O Timeout.queuewarn=12h #O Timeout.queuewarn.urgent=1h #O Timeout.queuewarn.non-urgent=12h 2) Solution: you generate diffrent queues to store the outgoing mail in. And have a semdmail deamon for each queue that honors the right timeout. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message