Changes for page ClamAV


From version 23.4
edited by fse
on 25.05.2022, 15:46
Change comment: There is no comment for this version
To version 23.2
edited by fse
on 25.05.2022, 15:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,11 +36,11 @@
36 36  The following configuration parameters exist:
37 37  
38 38  ; host (Required)
39 -: Default value: //127.0.0.1//. Specifies the //IP// address of the //ClamAV//-daemon service to be used. The default value is //127.0.0.1// and thus uses a local //ClamAV//-daemon service.
39 +Default value: //127.0.0.1//. Specifies the //IP// address of the //ClamAV// daemon service to be used. The default value is //127.0.0.1// and thus uses a local //ClamAV// daemon service.
40 40  ; port (Required)
41 -: Default value: //3310//. Specifies the port of the //ClamAV//-daemon service to use. The default value should only be changed if this port is not available.
41 +Default value: //3310//. Specifies the port of the //ClamAV// daemon service to use. The default value should only be changed if this port is not available.
42 42  ; file-source
43 -: If the value //stream// is entered here (default value), the data of the file to be checked will be transferred directly to the //ClamAV//-daemon service. If the value //path// is entered here, scanning is done directly on the path - whereby the //ClamAV//-daemon service must have root rights for this.
43 +If the value //stream// is entered here (default value), the data of the file to be checked will be transferred directly to //ClamAV//. If the value //path// is entered here, work is done directly on the path - whereby the //ClamAV// daemon service must have root rights for this.
44 44  
45 45  {{info}}
46 46  //ClamAV// is intended to run on Linux-based servers. Therefore, we cannot guarantee any other support.
... ... @@ -49,13 +49,13 @@
49 49  
50 50  == Configuration //ClamAV// ==
51 51  
52 -The following section discusses installation and configuration of //ClamAV//. Our recommended scenario is to install {{formcycle/}} and the //ClamAV//-daemon service on the same server.
52 +The following section discusses installation and configuration of //ClamAV//. Our recommended scenario is to install {{formcycle/}} and the //ClamAV// daemon service on the same server.
53 53  
54 54  === Installation ===
55 55  
56 56  To install //ClamAV// on a server, the following commands should be entered on the server.
57 57  
58 -//ClamAV// is the program that can scan files for viruses and is required for the use of //ClamAV//-daemon.
58 +//ClamAV// is the program that can scan files for viruses and is required to use //ClamAV//-Daemon.
59 59  
60 60  ; Update the package list:
61 61  ; {{code language="shell"}} sudo apt-get update {{/code}}