Home
last modified time | relevance | path

Searched refs:QueueSortOrder (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dqueue.c1789 if (QueueSortOrder == QSO_BYHOST)
1848 if (QueueSortOrder == QSO_BYPRIORITY)
2262 if (QueueSortOrder == QSO_BYHOST)
2744 if ((QueueSortOrder == QSO_BYFILENAME ||
2745 QueueSortOrder == QSO_BYMODTIME ||
2746 QueueSortOrder == QSO_NONE ||
2747 QueueSortOrder == QSO_RANDOM) &&
2797 if (QueueSortOrder == QSO_BYHOST
2799 || QueueSortOrder == QSO_BYSHUFFLE
2885 if (QueueSortOrder == QSO_BYSHUFFLE)
[all …]
H A Dreadcf.c3907 QueueSortOrder = QSO_BYFILENAME;
3912 QueueSortOrder = QSO_BYHOST;
3917 QueueSortOrder = QSO_BYMODTIME;
3922 QueueSortOrder = QSO_BYPRIORITY;
3927 QueueSortOrder = QSO_BYTIME;
3932 QueueSortOrder = QSO_RANDOM;
3938 QueueSortOrder = QSO_BYSHUFFLE;
3944 QueueSortOrder = QSO_NONE;
H A Dsendmail.h2272 EXTERN int QueueSortOrder; /* queue sorting order algorithm */ variable
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf255 #O QueueSortOrder=priority
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES1250 Avoid opening qf files if QueueSortOrder is "none". Patch from
2234 Avoid problems with QueueSortOrder=random due to problems with
3051 QueueSortOrder=Random sorts the queue randomly, which is useful if
3053 QueueSortOrder=Modification sorts the queue by the modification time
3851 When QueueSortOrder was set to host, sendmail might not read
4004 Prevent QueueSortOrder=Filename from interfering with -qR, -qS, and
4562 QueueSortOrder=Filename will sort the queue by filename. This
4957 Improve QueueSortOrder=Host by reversing the hostname before
6330 Sorting for QueueSortOrder=host is now case insensitive. Patch
7906 Add new value "time" for QueueSortOrder option; this causes the queue
[all …]
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4403 _OPTION(QueueSortOrder, `confQUEUE_SORT_ORDER', `priority')
/freebsd/contrib/sendmail/cf/
H A DREADME4101 confQUEUE_SORT_ORDER QueueSortOrder [Priority] Queue sort algorithm: