Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dconf.c397 RejectLogInterval = 3 HOURS;
2282 nextlogtime[dn] = now + RejectLogInterval;
2288 nextlogtime[dn] = now + RejectLogInterval;
H A Dsendmail.h2449 EXTERN time_t RejectLogInterval; /* time btwn log msgs while refusing */ variable
H A Dreadcf.c4448 RejectLogInterval = convtime(val, 'h');
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf354 #O RejectLogInterval=3h
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m4492 _OPTION(RejectLogInterval, `confREJECT_LOG_INTERVAL', `3h')
/freebsd-12.1/contrib/sendmail/cf/
H A DREADME4031 confREJECT_LOG_INTERVAL RejectLogInterval [3h] Log interval when
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES1329 by the new option RejectLogInterval (default: 3 hours) due