Home
last modified time | relevance | path

Searched refs:MinQueueAge (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/sendmail/src/
H A DTUNING191 intervals for the queue groups as specified above. MinQueueAge
H A Dqueue.c2043 MinQueueAge = 0;
2885 if (age >= 0 && MinQueueAge > 0 &&
2886 age < MinQueueAge)
4329 now < e->e_dtime + MinQueueAge)
H A Dsendmail.h2105 EXTERN time_t MinQueueAge; /* min delivery interval */ variable
H A Dreadcf.c3659 MinQueueAge = convtime(val, 'm');
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf255 #O MinQueueAge=30m
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES920 Observe MinQueueAge option when gathering entries from the queue
5584 Prevent MinQueueAge from interfering from queued items created
6195 queue run regardless of MinQueueAge. Problem noted by
6575 If the clock is set backwards, and a MinQueueAge is set, no jobs
6962 ETRN ignore the MinQueueAge option.
7052 Change MinQueueAge option processing to do the check for the job age
7960 If MinQueueAge was set and a message was considered but not run
7966 MinQueueAge interval. Problem noted by Rein Tollevik of
8401 Add "MinQueueAge" option to set the minimum time between attempts
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m4391 _OPTION(MinQueueAge, `confMIN_QUEUE_AGE', `30m')
/freebsd-12.1/contrib/sendmail/cf/
H A DREADME4078 confMIN_QUEUE_AGE MinQueueAge [0] The minimum amount of time a job