Home
last modified time | relevance | path

Searched refs:MaxRcptPerMsg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c2617 if (MaxRcptPerMsg > 0 &&
2618 smtp.sm_nrcpts >= MaxRcptPerMsg)
H A Dsendmail.h2281 EXTERN int MaxRcptPerMsg; /* max recipients per SMTP message */ variable
H A Dreadcf.c3415 MaxRcptPerMsg = atoi(val);