Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Aug 2001 22:53:36 +0200
From:      dirk.meyer@dinoex.sub.org (Dirk Meyer)
To:        freebsd-isp@FreeBSD.ORG, paul@colba.net
Subject:   Re: Sendmail delivery timeout
Message-ID:  <ab%2BCT01YAo@dmeyer.dinoex.sub.org>
References:  <3B6B3DEA.934A32D0@colba.net>

next in thread | previous in thread | raw e-mail | index | archive | help

> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ab%2BCT01YAo>