update hub's master configuraton file

limit sendmail to 500 messages per run
keeps the process from growing too large
sort the queue by host, not numeric priority
connecting to a host is too expensive,
once we got the connection, ram all the mail down his throat ;>
This commit is contained in:
Jonathan M. Bresler 1998-01-20 01:48:12 +00:00
parent 844812c437
commit 141868ce36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32632

View file

@ -40,7 +40,7 @@ divert(-1)
divert(0)dnl
include(../m4/cf.m4)
VERSIONID(`$Id: hub.mc,v 1.1.2.4 1998/01/15 17:35:59 jmb Exp $')
VERSIONID(`$Id: hub.mc,v 1.1.2.5 1998/01/20 01:44:51 jmb Exp $')
OSTYPE(bsd4.4)dnl
DOMAIN(generic)dnl
@ -78,7 +78,8 @@ define(`confTO_RSET', `1m')dnl
define(`confTO_COMMAND', `5m')dnl
define(`confTO_HOSTSTATUS', `30m')dnl
define(`confMIN_QUEUE_AGE', `30m')dnl
define(`confMAX_QUEUE_RUN_SIZE', `100')dnl
define(`confMAX_QUEUE_RUN_SIZE', `500')dnl
define(`confQUEUE_SORT_ORDER', `host')dnl
define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl
define(`confTRUSTED_USERS', `majordom')dnl
define(`confRECEIVED_HEADER', `$?sfrom $s $.$?_($?s$|from $.$_)
@ -147,6 +148,7 @@ Scheck_mail
# may or may not have "<" ">"
# the groups of rules in this ruleset ARE NOT independent.
# "remove all RFC-822 comments" must come first
# "Connecting Host" and "Paul Vixie's RBL" must be last
#
# use the ones that you want comment out the rest
# each group is preceded and followed by a comment