Description
-
Timeout value, in seconds.
Property type
-
A Long value.
Syntax
-
object.Timeout [= value]
The Timeout Property syntax has these parts:
object |
An expression
evaluating to an object of type wodSmtpServer. |
value |
A Long value. |
Remarks
-
Timeout value specifies how many seconds must pass
without any activity between Smtp server and connected user
before user will be disconnected from server. This may be
important for your server, because on bad networks it can
happen that connected user is 'lost' for some
reason, and server does not get any information about it
from your OS. In such cases, Smtp server will disconnect
any user that doesn't issue new command or send
email body for number of seconds you specify in this
property.
You shouldn't set this value below 120 (2 minutes)
because users could be connecting to your server from slow
networks.
|