add confMAX_QUEUE_RUN_SIZE
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 28 May 1995 08:50:52 +0000 (00:50 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 28 May 1995 08:50:52 +0000 (00:50 -0800)
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.76
SCCS-vsn: usr.sbin/sendmail/cf/README 8.62

usr/src/usr.sbin/sendmail/cf/README
usr/src/usr.sbin/sendmail/cf/m4/proto.m4

index 578d1be..0c309c9 100644 (file)
@@ -4,7 +4,7 @@
 
                Eric Allman <eric@CS.Berkeley.EDU>
 
 
                Eric Allman <eric@CS.Berkeley.EDU>
 
-               @(#)README      8.61 (Berkeley) %G%
+               @(#)README      8.62 (Berkeley) %G%
 
 
 This document describes the sendmail configuration files being used
 
 
 This document describes the sendmail configuration files being used
@@ -1375,6 +1375,15 @@ confCOLON_OK_IN_ADDR     ColonOkInAddr   If set, colons are treated as a regular
                                        handled properly in route-addrs.  This
                                        option defaults on for V5 and lower
                                        configuration files.
                                        handled properly in route-addrs.  This
                                        option defaults on for V5 and lower
                                        configuration files.
+confMAX_QUEUE_RUN_SIZE MaxQueueRunSize If set, limit the maximum size of any
+                                       given queue run to this number of
+                                       entries.  Essentially, this will stop
+                                       reading the queue directory after this
+                                       number of entries are reached; it does
+                                       _not_ pick the highest priority jobs,
+                                       so this should be as large as your
+                                       system can tolerate.  If not set, there
+                                       is no limit.
 
 
 +-----------+
 
 
 +-----------+
index 5541500..eec41a5 100644 (file)
@@ -364,6 +364,9 @@ _OPTION(SafeFileEnvironment, `confSAFE_FILE_ENV', /arch)
 # are colons OK in addresses?
 _OPTION(ColonOkInAddr, `confCOLON_OK_IN_ADDR')
 
 # are colons OK in addresses?
 _OPTION(ColonOkInAddr, `confCOLON_OK_IN_ADDR')
 
+# how many jobs can you process in the queue?
+_OPTION(MaxQueueRunSize, `confMAX_QUEUE_RUN_SIZE', 10000)
+
 ###########################
 #   Message precedences   #
 ###########################
 ###########################
 #   Message precedences   #
 ###########################