Configuration Parameters

The daemon Dr.Web ConfigD uses the configuration parameters which can be found in the [Root] section of the integrated configuration file of Dr.Web for UNIX Mail Servers.

The section contains the following parameters:

Parameter

Description

DefaultLogLevel

{logging level}

Defines default logging level of event logging for all the Dr.Web for UNIX Mail Servers components.

The value of this parameter is used for all the components in the product for which the logging level cannot be set up separately.

Default value: Notice

LogLevel

{logging level}

Logging level of event logging for Dr.Web ConfigD.

Default value: Notice

Log

{log type}

Logging method of the configuration daemon and logging method of those components for which another value of this parameter is not specified.

Note that upon its initial startup, before the configuration file is read, the configuration daemon uses the following values of the parameter:

As a daemon (if run with the -d option)—SYSLOG:Daemon

Otherwise—Stderr

If a component is working in a background mode (was launched with the -d option from the command line), the Stderr value cannot be used for this parameter.

Default value: SYSLOG:Daemon

PublicSocketPath

{path to file}

Path to the socket used for interaction between all the Dr.Web for UNIX Mail Servers components.

Default value: /var/run/.com.drweb.public

AdminSocketPath

{path to file}

Path to the socket used for interaction between the Dr.Web for UNIX Mail Servers components with elevated (administrative) privileges.

Default value: /var/run/.com.drweb.admin

CoreEnginePath

{path to file}

Path to the dynamic library of the Dr.Web Virus-Finding Engine scan engine.

Default value: <var_dir>/lib/drweb32.dll

For GNU/Linux: /var/opt/drweb.com/lib/drweb32.dll

For FreeBSD: /var/drweb.com/lib/drweb32.dll

VirusBaseDir

{path to directory}

Path to the directory with virus database files.

Default value: <var_dir>/bases

For GNU/Linux: /var/opt/drweb.com/bases

For FreeBSD: /var/drweb.com/bases

KeyPath

{path to file}

Path to the key file (license or demo).

Default value: <etc_dir>/drweb32.key

For GNU/Linux: /etc/opt/drweb.com/drweb32.key

For FreeBSD: /usr/local/etc/drweb.com/drweb32.key

CacheDir

{path to directory}

Path to the cache directory (used to hold cache for updates as well as cache for information about scanned files).

Default value: <var_dir>/cache

For GNU/Linux: /var/opt/drweb.com/cache

For FreeBSD: /var/drweb.com/cache

TempDir

{path to directory}

Path to the directory with temporary files.

Default value: Path copied from the system environment variable TMPDIR, TMP, TEMP or TEMPDIR (the environment variables are searched in this particular order). Otherwise /tmp, if there are no such environment variables.

RunDir

{path to directory}

Path to the directory with all PID files of running components and sockets used for interaction between the Dr.Web for UNIX Mail Servers components.

Default value: /var/run

VarLibDir

{path to directory}

Path to the directory with libraries used by Dr.Web for UNIX Mail Servers components.

Default value: <var_dir>/lib

For GNU/Linux: /var/opt/drweb.com/lib

For FreeBSD: /var/drweb.com/lib

VersionDir

{path to directory}

The path to a directory, where the information on the Dr.Web for UNIX Mail Servers components current versions is stored.

Default value: <var_dir>/version

For GNU/Linux: /var/opt/drweb.com/version

For FreeBSD: /var/drweb.com/version

DwsDir

{path to directory}

Path to the directory that contains files of an automatically updated database of internet resource categories.

Default value: <var_dir>/dws

For GNU/Linux: /var/opt/drweb.com/dws

For FreeBSD: /var/drweb.com/dws

AdminGroup

{group name | GID}

Group of users with administrative privileges for Dr.Web for UNIX Mail Servers management. These users, in addition to the root superuser, are allowed to elevate privileges of the Dr.Web for UNIX Mail Servers components to superuser privileges.

Default value: Determined during the Dr.Web for UNIX Mail Servers installation.

TrustedGroup

{group name | GID}

Group of trusted users. The parameter is used in the work of the network traffic monitor component—SpIDer Gate. Network traffic of these users is skipped by SpIDer Gate without being scanned.

Note that you cannot specify a non-existent group here, as in this case SpIDer Gate will fail to start.

If the parameter value is missing, you cannot specify the Auto value for the OutputDivert parameter in SpIDer Gate settings.

Default value: drweb

DebugIpc

{Boolean}

Include detailed into the log file on the debug level (i.e. when LogLevel = DEBUG). IPC messages show the interaction between the configuration daemon and other components.

Default value: No

UseCloud

{Boolean}

Use/do not use the Dr.Web Cloud service to receive information about malicious files and URLs.

Default value: No

AntispamCorePath

{path to file}

Path to the file of the third-party library that is used to scan emails for spam (if the corresponding function is supported by the product).

Default value: <var_dir>/lib/vaderetro.so

For GNU/Linux: /var/opt/drweb.com/lib/vaderetro.so

For FreeBSD: /var/drweb.com/lib/vaderetro.so

AntispamDir

{path to directory}

Path to the directory that contains files of the third-party library.

Default value: <var_dir>/antispam

For GNU/Linux: /var/opt/drweb.com/antispam

For FreeBSD: /var/drweb.com/antispam

VersionNotification

{Boolean}

Notify a user on availability of updates for the currently installed Dr.Web for UNIX Mail Servers version.

Default value: Yes

UseVxcube

{Boolean}

Use Dr.Web vxCube for analyzing email attachments when in the mode of an external filter connected to the MTA.

Default value: No

VxcubeApiAddress

{string}

The domain name (FQDN) or the IP address of the host on which the Dr.Web vxCube API server is running.

Default value: (not set)

VxcubeApiKey

{string}

Dr.Web vxCube API key.

Default value: (not set)

VxcubeProxyUrl

{connection address}

The address of the proxy server used for connecting to Dr.Web vxCube.

Only HTTP proxies without authorization are supported.

Possible values: <connection address>—proxy server connection parameters in the following format: http://<host>:<port>, where:

<host> is the host address of the proxy server (IP address or domain name, i.e. FQDN);

<port> is the port to be used.

Default value: (not set)