LogLevel
{logging level}
|
Logging level of the component.
If a parameter value is not specified, a value of the DefaultLogLevel parameter from the [Root] section is used.
Default value: Notice
|
Log
{log type}
|
Logging method of the component.
Default value: Auto
|
ExePath
{path to file}
|
Component executable path.
Default value:
•for GNU/Linux: /opt/drweb.com/bin/drweb-ase
•for FreeBSD: /usr/local/libexec/drweb.com/bin/drweb-ase |
RunAsUser
{UID | user name}
|
The parameter defines a user on behalf of whom the component is run. Either the numerical UID of the user or the user name (login) can be specified. If the user name consists of numbers (that is, the name is similar to a numerical UID), it must be specified with the “name:” prefix, for example: RunAsUser = name:123456.
If the user name is not specified, the component shuts down with an error upon startup.
Default value: drweb
|
FixedSocket
{path to file}
|
Path to a socket file of a fixed component instance.
If this parameter is specified, the Dr.Web ConfigD configuration management daemon ensures that there is always a running component instance available to clients via this socket.
Default value: (not specified)
|
IdleTimeLimit
{time interval}
|
Maximum idle time for the component. When the specified period of time expires, the component shuts down.
If a FixedSocket value is set, this setting is ignored (the component does not finish its operation after the time interval expires).
Allowed values: from 10 seconds (10s) to 30 days (30d).
If the None value is set, the component will operate indefinitely; the SIGTERM signal will not be sent if the component goes idle.
Default value: 10m
|
FullCheck
{logical}
|
Perform or do not perform a full scan of the message for signs of spam. If No, the scanning will be stopped as soon as the spam scores exceeds the value specified in the FastCheckStopThreshold parameter.
Default value: Yes
|
FastCheckStopThreshold
{integer}
|
Spam score limit that, when reached, stops the message scan if the value of the FullCheck parameter is set to No.
Default value: 300
|
AllowCyrillicText
{logical}
|
Increase or do not increase a spam score if the message has text in Cyrillic. If the parameter is set to No, then such message will have an increased spam score.
Default value: Yes
|
AllowCjkText
{logical}
|
Increase or do not increase a spam score if the message has text in Chinese, Korean or Japanese languages. If the parameter is set to No, then such message will have an increased spam score.
Default value: Yes
|
CheckCommercialEmails
{logical}
|
Exclude commercial messages (promotional emails, notifications of promotions and sales, and so on) from scanning. If No, such messages are classified as spam.
Default value: No
|
CheckSuspiciousEmails
{logical}
|
Exclude suspicious messages (for instance, those offering cash rewards) from scanning. If No, such messages are classified as spam.
Default value: No
|
CheckCommunityEmails
{logical}
|
Exclude social media messages from scanning. If No, such messages are classified as spam.
Default value: No
|
CheckTransactionalEmails
{logical}
|
Exclude transaction notifications (registration, purchase of services, goods and so on) from scanning. If No, such messages are classified as spam.
Default value: No
|
DetectSpamType
{logical}
|
Disable checking for a spam type (fraud or scamming). If No, such messages are classified as spam.
Default value: No
|