summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorjmb <jmb@FreeBSD.org>1998-01-20 01:48:12 +0000
committerjmb <jmb@FreeBSD.org>1998-01-20 01:48:12 +0000
commit54650486538bbfb1f9f240f46db21c35a5e2122a (patch)
tree1a581142fccd8ea89ce51c39bb6e4afca16388c9 /usr.sbin/sendmail
parent73bd479ece8b41203de86efb37cf3c3088b81c7b (diff)
downloadFreeBSD-src-54650486538bbfb1f9f240f46db21c35a5e2122a.zip
FreeBSD-src-54650486538bbfb1f9f240f46db21c35a5e2122a.tar.gz
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 ;>
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/cf/cf/hub.mc6
1 files changed, 4 insertions, 2 deletions
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
OpenPOWER on IntegriCloud