Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Dmailstats.h19 long stat_nf[MAXMAILERS]; /* # msgs from each mailer */
20 long stat_bf[MAXMAILERS]; /* kbytes from each mailer */
21 long stat_nt[MAXMAILERS]; /* # msgs to each mailer */
22 long stat_bt[MAXMAILERS]; /* kbytes to each mailer */
H A Dstats.c87 for (i = 0; i < MAXMAILERS; i++)
H A Dconf.h39 # define MAXMAILERS 25 /* maximum mailers known to system */ macro
H A Dsendmail.h250 EXTERN MAILER *Mailer[MAXMAILERS+1];
H A Dreadcf.c975 if (NextMailer >= MAXMAILERS)
977 syserr("too many mailers defined (%d max)", MAXMAILERS);
/original-bsd/usr.sbin/sendmail/mailstats/
H A Dmailstats.c41 char mtable[MAXMAILERS][MNAMELEN+1];
136 if (mno >= MAXMAILERS)
140 MAXMAILERS);
157 for (; mno < MAXMAILERS; mno++)
181 for (i = 0; i < MAXMAILERS; i++)
/original-bsd/usr.sbin/sendmail/doc/op/
H A Dspell.ok155 MAXMAILERS