To start the Dr.Web MailD component from the command line, run the command:
•for GNU/Linux:
$ /opt/drweb.com/bin/drweb-maild [<parameters>]
|
•for FreeBSD:
$ /usr/local/libexec/drweb.com/bin/drweb-maild [<parameters>]
|
Dr.Web MailD accepts the following parameters:
Parameter
|
Description
|
--help
|
Function: Output short help information about command-line parameters to the console or the terminal emulator and shut down the component.
Short form: -h
Arguments: None.
|
--version
|
Function: Output information about the component version to the console or the terminal emulator and shut down the component.
Short form: -v
Arguments: None.
|
Example:
$ /opt/drweb.com/bin/drweb-maild --help
|
This command outputs short help information about the Dr.Web MailD component.
Startup Notes
The component cannot be started directly from the command line in standalone mode. The component is started automatically by the Dr.Web ConfigD configuration management daemon upon receiving requests on scanning of email objects from other components of Dr.Web Mail Security Suite. To manage the operation of the component, as well as to scan email messages when necessary, use the Dr.Web Ctl tool designed to manage Dr.Web Mail Security Suite from the command line.
|
To start the Dr.Web Ctl tool, run the drweb-ctl command.
To scan an arbitrary email message with the Dr.Web MailD component, use the checkmail command of the Dr.Web Ctl tool. To do that, save the scanned email message to a drive (for example, in the .eml format) and use the command:
$ drweb-ctl checkmail <path to .eml file>
|
To get documentation for this component from the command line, run the man 1 drweb-maild command.
|
|