Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

clamav::config(3pm) [debian 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)

Check Out this Related Man Page

CLAWS-MAIL-CLAMD-PLUGIN(1)				      General Commands Manual					CLAWS-MAIL-CLAMD-PLUGIN(1)

NAME
claws-mail-clamd-plugin -- ClamAV plugin for Claws Mail DESCRIPTION
This manual page documents briefly the claws-mail-clamd-plugin This manual page was written for the Debian distribution because the original program does not have a manual page. claws-mail-clamd-plugin is a plugin (loadable module) for the Claws Mail mailer. This plugin allows scanning of mails using the Clam AntiVirus. Due license restrictions no clamav library is used and it is required that the ClamAV daemon (clamd) is running on some computer, either localhost or a remote one. Mails to be scanned and scanning results will be sent to and received from this daemon using a socket. This also imposes additional requirements for your home folder and Claws Mail resource folder (~/.claws-mail): global executable permission must be given to these folders. USAGE
Before using a plugin you must instruct Claws Mail to load it on startup. For this you must go ``Configuration'' menu on main window toolbar, open ``Plugins...'' dialog, click on the ``Load plugin...'' button and select the plugin file, named clamd.so, and press the ``Open'' button. WARNINGS
Giving global executable permissions to your home and ~/.claws-mail folders allows other users of the machine to browse these folders' con- tent. This may not be what you want. SEE ALSO
chmod (1), claws-mail (1), claws-mail-extra-plugins (1), libarchive-formats (5). AUTHOR
claws-mail-clamd-plugin was written by Michael Rasmussen mir@datanom.net This manual page was written by Ricardo Mones mones@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CLAWS-MAIL-CLAMD-PLUGIN(1)
Man Page

8 More Discussions You Might Find Interesting

1. OS X (Apple)

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... (0 Replies)
Discussion started by: [MA]Flying_Meat
0 Replies

2. UNIX for Dummies Questions & Answers

Unix Gateway Config

Hello: I'm new to unix and need to know if my unix server has the network configuration configured correctly. I need to add a gateway and don't know how to. Any help. Thx. George (6 Replies)
Discussion started by: projectit
6 Replies

3. UNIX for Advanced & Expert Users

Unix

how do you change a configuration file during run time. (1 Reply)
Discussion started by: areef4u
1 Replies

4. UNIX and Linux Applications

ClamAV/other AV. Possible to make portable?

Hey guys/gals, I work with a large amount of servers, and was just curious if it is possible to make a linux AV app, portable. What i mean is, I go to a user's home directory and do something like ./clamavscan (I suppose an alias for clamscan..), and it scans the user's home directory for... (2 Replies)
Discussion started by: Rhije
2 Replies

5. UNIX for Dummies Questions & Answers

Generating a Config File

HI, I want to append some configuration statements to the existing file in unix to it's 3 line , 7th line and 28 line. There is a file generated by our system job, to this I need to add some lines as mentioned below. DIR=/usr/CDR - line 3 Source=/usr/src - line 7 Target=/usr/tgt - line... (2 Replies)
Discussion started by: mora
2 Replies

6. Shell Programming and Scripting

Read from file and split varialble

Hello Experts, Can anybody assist me in writing a code to do the following: I have a file present in the same directory from where this cod would run. The content of the file would be as below: Config Filename: config_details.txt Format: Server_prefix,IP_of_server,username, password,... (1 Reply)
Discussion started by: chetanojha
1 Replies

7. Solaris

Clamd max file size Solaris 10

Hi, I've compiled a 64-bit version of ClamAV 0.98.7 on my Solaris 10 SPARC server. I have a selection of files all containing the eicar signature but clamd is only picking up the signature in the files <2GB. I have the following set in clamd.conf, to remove file size checking: MaxScanSize 0... (4 Replies)
Discussion started by: Troutfest
4 Replies

8. UNIX for Beginners Questions & Answers

Yum install ClamAV missing libraries

Hello, I'm currently following a tutorial for ClamAV with a lambda function. The tutorial has a shell script with the following: #!/usr/bin/env bash set -e LAMBDA_FILE="lambda.zip" rm -f ${LAMBDA_FILE} mkdir -p clamav echo "-- Downloading AmazonLinux container --" docker pull... (1 Reply)
Discussion started by: ottorocket18
1 Replies