|
Description
|
Solaris bundled sendmail 8.13, ratecontrol
explaination in /usr/lib/mail/README has
connection ratecontrol description like:
--------------------------------------------
ClientRate:IP.ADD.RE.SS LIMIT
The RHS specifies the maximum number of connections
(an integer number) over the time interval defined
by ConnectionRateWindowSize, where 0 means unlimited.
------------------------------------------------
but the real connection number can only be (LIMIT - 1).
|