scripting the clam

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) scripting the clam
# 1  
Old 01-17-2004
Question scripting the clam

Hiya!

I have installed clamav on my local machine and want to set it up to check my user "mbox"s.

I assume that clamd would be the thing to use at startup and then make calls to it via clamdscan, no?

Also, privilege-wise, clamd should run as what? root? clamav user?

I have the log files set up in my /var/log directory and they are chown'd to clamav:clamav and chmod'd as ug+rw.
The system doesn't allow writing though, unless the scan was initiated with sudo.

anywho, any insights and suggestions appreciated. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
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)