SquirrelMail

Hi,

What does the following flags do exactly?

inetd_flags="-l -R 1024"

Regards,
Suhail.
 
suhailc said:
Hi,

What does the following flags do exactly?

inetd_flags="-l -R 1024"

Regards,
Suhail.

-l Turn on logging of successful connections.

-R rate
Specify the maximum number of times a service can be invoked in
one minute; the default is 256. A rate of 0 allows an unlimited
number of invocations.
 
Back
Top