Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions content/momentum/4/modules/clamav.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
lastUpdated: "03/26/2020"
lastUpdated: "12/31/2025"
title: "clamav – ClamAV"
description: "The clamav module is an open source antivirus engine that is part of the default Momentum installation The following is an example configuration Example 71 28 clamav Configuration In order to use this module you must install Clam AV on your server and update it as needed or desired Configure..."
---

<a name="idp20200832"></a>

The clamav module is an open source antivirus engine that is part of the default Momentum installation.
The clamav module allows integration with the open source ClamAV antivirus engine.

> **NOTE:** Since version 5.2, the `msys-clamav` package, which contained the ClamAV engine, is no longer shipped with the Momentum installation bundle. To use this clamav module, the engine must be installed using the general available ClamAV packages (e.g., `clamav` and `clamd` RPMs), then configured and maintained separately by following the official ClamAV [documentation](https://docs.clamav.net/).

### <a name="idp20203168"></a> Configuration

Expand Down Expand Up @@ -86,4 +88,4 @@ These functions return four values:

* The *engine scan code* or `nil` if no engine scan code is available. If the scan result is msys.av.EC_AV_CLEAN, this code will be either `OK` or `Empty file`.

For additional details about these functions, see [msys.av.scan](/momentum/4/lua/ref-msys-av-scan) and [msys.av.scan_part](/momentum/4/lua/ref-msys-av-scan-part).
For additional details about these functions, see [msys.av.scan](/momentum/4/lua/ref-msys-av-scan) and [msys.av.scan_part](/momentum/4/lua/ref-msys-av-scan-part).
Loading