~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to etc/clamd.conf

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mfrom: (0.7.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070220103344-yrxzd2x7lhee3r02
Tags: 0.90-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/clamav-base.init-stub, debian/clamav-daemon.init,
    debian/rules: init script stub for common setup functions.
  - debian/control: Maintainers updated for Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# Default: no
22
22
#LogFileUnlock yes
23
23
 
24
 
# Maximal size of the log file.
 
24
# Maximum size of the log file.
25
25
# Value of 0 disables the limit.
26
26
# You may use 'M' or 'm' for megabytes (1M = 1m = 1048576 bytes)
27
27
# and 'K' or 'k' for kilobytes (1K = 1k = 1024 bytes). To specify the size
95
95
# on firewall servers you may need to tune the options below.
96
96
 
97
97
# Close the connection when the data size limit is exceeded.
98
 
# The value should match your MTA's limit for a maximal attachment size.
 
98
# The value should match your MTA's limit for a maximum attachment size.
99
99
# Default: 10M
100
100
#StreamMaxLength 20M
101
101
 
105
105
# Default: 2048
106
106
#StreamMaxPort 32000
107
107
 
108
 
# Maximal number of threads running at the same time.
 
108
# Maximum number of threads running at the same time.
109
109
# Default: 10
110
110
#MaxThreads 20
111
111
 
118
118
# Default: 30
119
119
#IdleTimeout 60
120
120
 
121
 
# Maximal depth directories are scanned at.
 
121
# Maximum depth directories are scanned at.
122
122
# Default: 15
123
123
#MaxDirectoryRecursion 20
124
124
 
130
130
# Default: no
131
131
#FollowFileSymlinks yes
132
132
 
133
 
# Perform internal sanity check (database integrity and freshness).
 
133
# Perform a database check.
134
134
# Default: 1800 (30 min)
135
135
#SelfCheck 600
136
136
 
137
137
# Execute a command when virus is found. In the command string %v will
138
 
# be replaced by a virus name.
 
138
# be replaced with the virus name.
139
139
# Default: no
140
140
#VirusEvent /usr/local/bin/send_sms 123456789 "VIRUS ALERT: %v"
141
141
 
142
 
# Run as a selected user (clamd must be started by root).
 
142
# Run as another user (clamd must be started by root to make this option
 
143
# working).
143
144
# Default: don't drop privileges
144
145
#User clamav
145
146
 
173
174
##
174
175
 
175
176
# PE stands for Portable Executable - it's an executable file format used
176
 
# in all 32-bit versions of Windows operating systems. This option allows
 
177
# in all 32 and 64-bit versions of Windows operating systems. This option allows
177
178
# ClamAV to perform a deeper analysis of executable files and it's also
178
179
# required for decompression of popular executable packers such as UPX, FSG,
179
180
# and Petite.
195
196
## Documents
196
197
##
197
198
 
198
 
# This option enables scanning of Microsoft Office document macros.
 
199
# This option enables scanning of OLE2 files, such as Microsoft Office
 
200
# documents and .msi files.
199
201
# Default: yes
200
202
#ScanOLE2 yes
201
203
 
243
245
#PhishingAlwaysBlockSSLMismatch no
244
246
 
245
247
# Always block cloaked URLs, even if URL isn't in database.
246
 
# There is a remote possibility, that this leads to false positives.
 
248
# This can lead to false positives.
247
249
# (available in experimental builds only)
248
250
#
249
251
# Default: no
276
278
 
277
279
# Nested archives are scanned recursively, e.g. if a Zip archive contains a RAR
278
280
# file, all files within it will also be scanned. This options specifies how
279
 
# deep the process should be continued.
 
281
# deeply the process should be continued.
280
282
# Value of 0 disables the limit.
281
283
# Default: 8
282
284
#ArchiveMaxRecursion 10
328
330
#ClamukoScanOnClose yes
329
331
#ClamukoScanOnExec yes
330
332
 
331
 
# Set the include paths (all files in them will be scanned). You can have
 
333
# Set the include paths (all files inside them will be scanned). You can have
332
334
# multiple ClamukoIncludePath directives but each directory must be added
333
335
# in a seperate line.
334
336
# Default: disabled