In the [Firebird] section, settings for interaction between Dr.Web MailD and Firebird database are specified:
Host = {hostname}
|
Firebird database hostname.
|
Default value:
Host = localhost
|
Database = {string}
|
Name of the Firebird database.
|
Default value:
Database =
|
User = {string}
|
Firebird database user name.
|
Default value:
User =
|
Password = {string}
|
Firebird database password.
|
Default value:
Password =
|
Charset = {string}
|
Firebird character set.
|
Default value:
Charset = us-ascii
|
SizeLimit = {integer}
|
Maximum number of strings received in response to a single database request.
When the parameter value is set to 0, maximum number of received strings is not limited.
|
Default value:
SizeLimit = 10
|
Lib = {path to file}
|
Path to the libFBclient.so library.
|
Default value:
Lib = /usr/lib/libFBclient.so
|
SkipDomains = {LookupLite}
|
List of domains for which request to the database is not required.
This parameter often allows to improve total performance and considerably reduce server load.
Please note that the parameter value is LookupLite.
The parameter value can also be locally overridden in a Lookup.
|
Default value:
SkipDomains =
|
OnError = {ignore | exception}
|
Sets the mode of error handling (errors that occur in Lookup when connecting to the specified data source).
Allowed modes:
•ignore – ignore the error and continue message processing (the error is only logged); •exception – generate an exception which is handled as a message processing error. The handling method corresponds to the ProcessingError parameter value set for the module in operation of which this error occurred. The parameter value can also be locally overridden in a Lookup.
|
Default value:
OnError = ignore
|
|