From 3d334e23c5d307487dcb3ae614cbd4157e4d28c9 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 7 Dec 1995 16:38:34 +0000 Subject: [PATCH] Specify Timeout.queuewarn.normal at 1day as well as Timeout.queuewarn. For some reason, the documentation does not appear to be in sync with reality.. :-) --- etc/sendmail/freefall.mc | 3 ++- usr.sbin/sendmail/cf/cf/freefall.mc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/sendmail/freefall.mc b/etc/sendmail/freefall.mc index 45376d36c41..18f3bfd1d2b 100644 --- a/etc/sendmail/freefall.mc +++ b/etc/sendmail/freefall.mc @@ -33,7 +33,7 @@ divert(-1) # SUCH DAMAGE. # -VERSIONID(`@(#)freefall.mc $Revision: 1.4 $') +VERSIONID(`@(#)freefall.mc $Revision: 1.5 $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl MAILER(local)dnl @@ -48,6 +48,7 @@ define(`confMIN_FREE_BLOCKS', `1024')dnl define(`confME_TOO', `True')dnl define(`confMCI_CACHE_TIMEOUT', `10m')dnl define(`confTO_QUEUEWARN', `1d')dnl +define(`confTO_QUEUEWARN_NORMAL', `1d')dnl define(`confTO_RCPT', `10m')dnl define(`confTO_DATABLOCK', `10m')dnl define(`confTO_DATAFINAL', `10m')dnl diff --git a/usr.sbin/sendmail/cf/cf/freefall.mc b/usr.sbin/sendmail/cf/cf/freefall.mc index 45376d36c41..18f3bfd1d2b 100644 --- a/usr.sbin/sendmail/cf/cf/freefall.mc +++ b/usr.sbin/sendmail/cf/cf/freefall.mc @@ -33,7 +33,7 @@ divert(-1) # SUCH DAMAGE. # -VERSIONID(`@(#)freefall.mc $Revision: 1.4 $') +VERSIONID(`@(#)freefall.mc $Revision: 1.5 $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl MAILER(local)dnl @@ -48,6 +48,7 @@ define(`confMIN_FREE_BLOCKS', `1024')dnl define(`confME_TOO', `True')dnl define(`confMCI_CACHE_TIMEOUT', `10m')dnl define(`confTO_QUEUEWARN', `1d')dnl +define(`confTO_QUEUEWARN_NORMAL', `1d')dnl define(`confTO_RCPT', `10m')dnl define(`confTO_DATABLOCK', `10m')dnl define(`confTO_DATAFINAL', `10m')dnl