deliver_load_max Type: fixed-point Default: unset
When this option is set, no message deliveries are ever done if the system
load average is greater than its value, except for deliveries forced with
the -M option. If "deliver_queue_load_max" is not set and the load gets
this high during a queue run, the run is abandoned. There are some
operating systems for which Exim cannot determine the load average (see
chapter 1); for these this option has no effect.
deliver_queue_load_max Type: fixed-point Default: unset
If this option is set, its value is used to determine whether to abandon a
queue run, instead of the value of "deliver_load_max".
queue_only_load Type: fixed-point Default: unset
If the system load average is higher than this value, all incoming
messages are queued, and no automatic deliveries are started. If this
happens during local or remote SMTP input, all subsequent messages on the
same connection are queued. Deliveries will subsequently be performed by
queue running processes, unless the load is higher than
"deliver_load_max". There are some operating systems for which Exim cannot
determine the load average (see chapter 1); for these this option has no
effect. See also "smtp_accept_queue" and "smtp_load_reserve".
(i can paste the two mentioned if people want them)