DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
sendmail administration

Setting the mail load limit

sendmail can be asked to queue (but not deliver) mail if the system load average gets too high using the QueueLA (x) option. When the load average exceeds the value of the QueueLA option, the delivery mode is set to q (queue only) if the QueueFactor (q option) divided by the difference in the current load average and the QueueLA option plus one exceeds the priority of the message--that is, the message is queued if:

pri > QueueFactor divided by (LA-QueueLA+1)

The QueueFactor option defaults to 600,000, so each point of load average is worth 600,000 priority points (as described above).

For drastic cases, the RefuseLA (X) option defines a load average at which sendmail will refuse to accept network connections. Locally generated mail (including incoming UUCP mail) is still accepted.


Next topic: Setting the delivery mode
Previous topic: Altering queue priorities

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003