mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
4ca7e8ae71
commit
3d334e23c5
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue