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.. :-)
This commit is contained in:
Peter Wemm 1995-12-07 16:38:34 +00:00
parent 4ca7e8ae71
commit 3d334e23c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12671
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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