On Wed, 27 Nov 2002, Kamalan Govender wrote:
> What are the maximum values for the the following options?
> smtp_accept_max
> smtp_accept_max_per_connection
Whatever the maximum positive number your computer can store in an int
value. Usually 2**31 - 1 for 32-bit ints (which it almost certainly is).
In other words, a very large number.
> What happens if I set value to x, default is y and max is z. (x > z > y)
As there is effectively no maximum, this is not possible.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.