Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dqueue.c1751 if (QueueSortOrder == QSO_BYHOST)
1810 if (QueueSortOrder == QSO_BYPRIORITY)
2226 if (QueueSortOrder == QSO_BYHOST)
2710 QueueSortOrder == QSO_NONE ||
2711 QueueSortOrder == QSO_RANDOM) &&
2761 if (QueueSortOrder == QSO_BYHOST
2763 || QueueSortOrder == QSO_BYSHUFFLE
3019 if (QueueSortOrder == QSO_BYHOST)
3064 else if (QueueSortOrder == QSO_BYTIME)
3080 else if (QueueSortOrder == QSO_RANDOM)
[all …]
H A Dreadcf.c3676 QueueSortOrder = QSO_BYFILENAME;
3681 QueueSortOrder = QSO_BYHOST;
3686 QueueSortOrder = QSO_BYMODTIME;
3691 QueueSortOrder = QSO_BYPRIORITY;
3696 QueueSortOrder = QSO_BYTIME;
3701 QueueSortOrder = QSO_RANDOM;
3707 QueueSortOrder = QSO_BYSHUFFLE;
3713 QueueSortOrder = QSO_NONE;
H A Dsendmail.h2134 EXTERN int QueueSortOrder; /* queue sorting order algorithm */ variable
/freebsd-13.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf252 #O QueueSortOrder=priority
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES952 Avoid opening qf files if QueueSortOrder is "none". Patch from
1936 Avoid problems with QueueSortOrder=random due to problems with
2753 QueueSortOrder=Random sorts the queue randomly, which is useful if
2755 QueueSortOrder=Modification sorts the queue by the modification time
3553 When QueueSortOrder was set to host, sendmail might not read
3706 Prevent QueueSortOrder=Filename from interfering with -qR, -qS, and
4264 QueueSortOrder=Filename will sort the queue by filename. This
4659 Improve QueueSortOrder=Host by reversing the hostname before
6032 Sorting for QueueSortOrder=host is now case insensitive. Patch
7608 Add new value "time" for QueueSortOrder option; this causes the queue
[all …]
/freebsd-13.1/contrib/sendmail/cf/m4/
H A Dproto.m4390 _OPTION(QueueSortOrder, `confQUEUE_SORT_ORDER', `priority')
/freebsd-13.1/contrib/sendmail/cf/
H A DREADME4074 confQUEUE_SORT_ORDER QueueSortOrder [Priority] Queue sort algorithm: