Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

clamsubmit(1) [debian man page]

Config tool(1)							  Clam AntiVirus						    Config tool(1)

NAME
clamsubmit - File submission utility for ClamAV SYNOPSIS
clamsubmit [options] DESCRIPTION
clamsubmit submits files to Sourcefire for further analysis. OPTIONS
-h, -? Display help to stderr and exit. -e EMAIL Required option for setting the email address for the submission. -n FILE Submit a file that reports as a false negative (ClamAV reports CLEAN). FILE can be - to specify stdin. Mutually exclusive with -p. -N NAME Required option for setting the name of the sender for the submission. -p FILE Submit a file that reports as a false positive (ClamAV flags the file as virus). FILE can be - to specify stdin. Mutually exclusive with -n. CREDITS
The idea of this tool is based on Postfix's postconf. clamconf was created under pressure from Tomasz Papszun ;-) AUTHOR
Shawn Webb <swebb@sourcefire.com> ClamAV 0.98.4 March 20, 2014 Config tool(1)

Check Out this Related Man Page

ClamAV::Config(3pm)					User Contributed Perl Documentation				       ClamAV::Config(3pm)

NAME
ClamAV::Config - A Perl class providing configuration information for Perl modules related to ClamAV VERSION
0.11 SYNOPSIS
use ClamAV::Config; # ClamAV base configuration: ClamAV::Config->config_dir; ClamAV::Config->clamd_config_file; # clamd run-time configuration: ClamAV::Config->clamd_config; ClamAV::Config->clamd_option($option); DESCRIPTION
This class provides configuration information for Perl modules related to the ClamAV virus scanner, e.g. installation specific file system paths and run-time configuration options. ClamAV base configuration The following ClamAV base configuration information is provided as class methods: config_dir The base configuration directory of ClamAV. clamd_config_file The absolute file name of the clamd configuration file. clamd run-time configuration The following clamd run-time configuration information is provided as class methods: clamd_config Returns all clamd run-time configuration options as a hash reference. clamd_option($option) Returns the value of the specified clamd run-time configuration option. SEE ALSO
For AVAILABILITY, SUPPORT, and LICENSE information, see ClamAV::Client. AUTHOR
Julian Mehnle <julian@mehnle.net> perl v5.14.2 2012-01-17 ClamAV::Config(3pm)
Man Page