From 54650486538bbfb1f9f240f46db21c35a5e2122a Mon Sep 17 00:00:00 2001 From: jmb Date: Tue, 20 Jan 1998 01:48:12 +0000 Subject: 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 ;> --- usr.sbin/sendmail/cf/cf/hub.mc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sendmail') diff --git a/usr.sbin/sendmail/cf/cf/hub.mc b/usr.sbin/sendmail/cf/cf/hub.mc index f092aa5..98f35b8 100644 --- a/usr.sbin/sendmail/cf/cf/hub.mc +++ b/usr.sbin/sendmail/cf/cf/hub.mc @@ -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 -- cgit v1.1