Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dqueue.c1729 if (QueueSortOrder == QSO_BYHOST)
1788 if (QueueSortOrder == QSO_BYPRIORITY)
2194 if (QueueSortOrder == QSO_BYHOST)
2678 QueueSortOrder == QSO_NONE ||
2679 QueueSortOrder == QSO_RANDOM) &&
2729 if (QueueSortOrder == QSO_BYHOST
2731 || QueueSortOrder == QSO_BYSHUFFLE
2987 if (QueueSortOrder == QSO_BYHOST)
3032 else if (QueueSortOrder == QSO_BYTIME)
3048 else if (QueueSortOrder == QSO_RANDOM)
[all …]
H A Dreadcf.c3608 QueueSortOrder = QSO_BYFILENAME;
3613 QueueSortOrder = QSO_BYHOST;
3618 QueueSortOrder = QSO_BYMODTIME;
3623 QueueSortOrder = QSO_BYPRIORITY;
3628 QueueSortOrder = QSO_BYTIME;
3633 QueueSortOrder = QSO_RANDOM;
3639 QueueSortOrder = QSO_BYSHUFFLE;
3645 QueueSortOrder = QSO_NONE;
H A Dsendmail.h2104 EXTERN int QueueSortOrder; /* queue sorting order algorithm */ variable
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf252 #O QueueSortOrder=priority
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES834 Avoid opening qf files if QueueSortOrder is "none". Patch from
1818 Avoid problems with QueueSortOrder=random due to problems with
2635 QueueSortOrder=Random sorts the queue randomly, which is useful if
2637 QueueSortOrder=Modification sorts the queue by the modification time
3435 When QueueSortOrder was set to host, sendmail might not read
3588 Prevent QueueSortOrder=Filename from interfering with -qR, -qS, and
4146 QueueSortOrder=Filename will sort the queue by filename. This
4541 Improve QueueSortOrder=Host by reversing the hostname before
5914 Sorting for QueueSortOrder=host is now case insensitive. Patch
7490 Add new value "time" for QueueSortOrder option; this causes the queue
[all …]
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m4388 _OPTION(QueueSortOrder, `confQUEUE_SORT_ORDER', `priority')
/freebsd-12.1/contrib/sendmail/cf/
H A DREADME4068 confQUEUE_SORT_ORDER QueueSortOrder [Priority] Queue sort algorithm: