Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dconf.c395 RejectLogInterval = 3 HOURS;
2277 nextlogtime[dn] = now + RejectLogInterval;
2283 nextlogtime[dn] = now + RejectLogInterval;
Dsendmail.h2395 EXTERN time_t RejectLogInterval; /* time btwn log msgs while refusing */ variable
Dreadcf.c3984 RejectLogInterval = convtime(val, 'h');
/mirbsd/src/gnu/usr.sbin/sendmail/cf/m4/
Dproto.m4488 _OPTION(RejectLogInterval, `confREJECT_LOG_INTERVAL', `3h')
/mirbsd/src/gnu/usr.sbin/sendmail/cf/
DREADME3953 confREJECT_LOG_INTERVAL RejectLogInterval [3h] Log interval when
/mirbsd/src/gnu/usr.sbin/sendmail/
DRELEASE_NOTES1170 by the new option RejectLogInterval (default: 3 hours) due