~ubuntu-branches/ubuntu/raring/clamav/raring

« back to all changes in this revision

Viewing changes to docs/man/clamd.conf.5.in

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-09-05 17:25:34 UTC
  • mfrom: (0.35.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080905172534-yi3f8fkye1o7u1r3
* New upstream version (closes: #497662, #497773)
  - lots of new options for clamd.conf
  - fixes CVEs CVE-2008-3912, CVE-2008-3913, CVE-2008-3914, and
    CVE-2008-1389
* No longer supports --unzip option, so typo is gone (closes: #496276)
* Translations:
  - sv (thanks Martin Bagge <brother@bsnet.se>) (closes: #491760)

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
Waiting for a new job will timeout after this time (seconds).
121
121
.br 
122
122
Default: 30
 
123
.TP
 
124
\fBExcludePath REGEX\fR
 
125
Don't scan files and directories matching REGEX. This directive can be used multiple times.
 
126
.br
 
127
Default: scan all
123
128
.TP 
124
129
\fBMaxDirectoryRecursion NUMBER\fR
125
130
Maximum depth directories are scanned at.
194
199
Detect Possibly Unwanted Applications.
195
200
.br 
196
201
Default: No
 
202
.TP
 
203
\fBExcludePUA CATEGORY\fR
 
204
Exclude a specific PUA category. This directive can be used multiple times. See http://www.clamav.net/support/pua for the complete list of PUA categories.
 
205
.br
 
206
Default: Load all categories (if DetectPUA is activated)
 
207
.TP
 
208
\fBIncludePUA CATEGORY\fR
 
209
Only include a specific PUA category. This directive can be used multiple times. See http://www.clamav.net/support/pua for the complete list of PUA categories.
 
210
.br
 
211
Default: Load all categories (if DetectPUA is activated)
197
212
.TP 
198
213
\fBAlgorithmicDetection BOOL\fR
199
214
In some cases (eg. complex malware, exploits in graphic files, and others), ClamAV uses special algorithms to provide accurate detection. This option controls the algorithmic detection.
240
255
.br 
241
256
Default: no
242
257
.TP
 
258
\fBScanPartialMessages BOOL\fR
 
259
Scan RFC1341 messages split over many emails. You will need to periodically clean up $TemporaryDirectory/clamav-partial directory. \fBWARNING: This option may open your system to a DoS attack. Never use it on loaded servers.\fR
 
260
.br
 
261
Default: no
 
262
.TP
243
263
\fBMailMaxRecursion NUMBER (OBSOLETE)\fR
244
264
\fBWARNING:\fR This option is no longer accepted. See \fBMaxRecursion\fR.
245
265
.TP 
263
283
.br
264
284
Default: no
265
285
.TP
 
286
\fBHeuristicScanPrecedence BOOL\fR
 
287
Allow heuristic match to take precedence. When enabled, if a heuristic scan (such as phishingScan) detects a possible virus/phishing it will stop scanning immediately. Recommended, saves CPU scan-time. When disabled, virus/phishing detected by heuristic scans will be reported only at the end of a scan. If an archive contains both a heuristically detected virus/phishing, and a real malware, the real malware will be reported. Keep this disabled if you intend to handle "*.Heuristics.*" viruses  differently from "real" malware. If a non-heuristically-detected virus (signature-based) is found first, the scan is interrupted immediately, regardless of this config option.
 
288
.br
 
289
Default: no
 
290
.TP
 
291
\fBStructuredDataDetection BOOL\fR
 
292
Enable the DLP module.
 
293
.br 
 
294
Default: no
 
295
.TP
 
296
\fBStructuredMinCreditCardCount NUMBER\fR
 
297
This option sets the lowest number of Credit Card numbers found in a file to generate a detect.
 
298
.br 
 
299
Default: 3
 
300
.TP
 
301
\fBStructuredMinSSNCount NUMBER\fR
 
302
This option sets the lowest number of Social Security Numbers found in a file to generate a detect.
 
303
.br 
 
304
Default: 3
 
305
.TP
 
306
\fBStructuredSSNFormatNormal BOOL\fR
 
307
With this option enabled the DLP module will search for valid SSNs formatted as xxx-yy-zzzz.
 
308
.br 
 
309
Default: Yes
 
310
.TP
 
311
\fBStructuredSSNFormatStripped BOOL\fR
 
312
With this option enabled the DLP module will search for valid SSNs formatted as xxxyyzzzz.
 
313
.br 
 
314
Default: No
 
315
.TP
266
316
\fBScanArchive BOOL\fR
267
317
Enable archive scanning.
268
318
.br