Erinevus lehekülje "Kasutaja:Jj" redaktsioonide vahel

Allikas: Kuutõrvaja
22. rida: 22. rida:
  
 
http://www.cyberls.com/forum/Thread-HOWTO-ProFTPD-Antivirus-using-CLAMAV
 
http://www.cyberls.com/forum/Thread-HOWTO-ProFTPD-Antivirus-using-CLAMAV
 +
 +
----
 +
 +
Proftp failide kontroll läbi ClamAv viirusetõrje.
 +
 +
Paigalda Clamav
 +
Paigalda Proftp koos mod_clamav toega
 +
 +
clamd.conf muudatused, peamine, et ta töötaks deemonina ja kuulaks 3310 porti
 +
 +
# TCP port address.
 +
# Default: no
 +
TCPSocket 3310
 +
 +
proftpd.conf tuleks lisada lõppu järgnev blokk
 +
 +
<IfModule mod_clamav.c>
 +
    ClamAV on
 +
    ClamServer localhost
 +
    ClamPort 3310
 +
    ClamMaxSize 5 Mb
 +
</IfModule>
 +
 +
Mõlemad teenused restartida.
 +
 +
Testimiseks võib üritada ühte Eicar signatuuri sisaldavat faili üles laadida  http://www.eicar.org/anti_virus_test_file.htm
 +
 +
# ftp zoo.tartu.ee
 +
Connected to zoo.tartu.ee.
 +
220 ProFTPD 1.3.3c Server (zoo.tartu.ee) [::ffff:192.168.1.22]
 +
Name (zoo.tartu.ee:ants): ants
 +
331 Password required for ants
 +
Password:
 +
230 User ants logged in
 +
Remote system type is UNIX.
 +
Using binary mode to transfer files.
 +
ftp> put test
 +
local: test remote: test
 +
200 PORT command successful
 +
150 Opening BINARY mode data connection for test
 +
550 Virus Detected and Removed: Eicar-Test-Signature
 +
71 bytes sent in 0.00 secs (745.5 kB/s)

Redaktsioon: 29. november 2010, kell 15:40

Personaalne jj arendusnurk ehk sodinurk kuutõrvajas

Mõte! Kuutõrvaja keskendunud liiga internetile

NB Mitte puududa

Must materjal

 568  mergemaster -p
 569  mergemaster -a

http://forum.nginx.org/read.php?23,41517

http://www.cyberls.com/forum/Thread-HOWTO-ProFTPD-Antivirus-using-CLAMAV


Proftp failide kontroll läbi ClamAv viirusetõrje.

Paigalda Clamav Paigalda Proftp koos mod_clamav toega

clamd.conf muudatused, peamine, et ta töötaks deemonina ja kuulaks 3310 porti

# TCP port address.
# Default: no
TCPSocket 3310

proftpd.conf tuleks lisada lõppu järgnev blokk

<IfModule mod_clamav.c>
   ClamAV on
   ClamServer localhost
   ClamPort 3310
   ClamMaxSize 5 Mb
</IfModule>

Mõlemad teenused restartida.

Testimiseks võib üritada ühte Eicar signatuuri sisaldavat faili üles laadida http://www.eicar.org/anti_virus_test_file.htm

# ftp zoo.tartu.ee
Connected to zoo.tartu.ee.
220 ProFTPD 1.3.3c Server (zoo.tartu.ee) [::ffff:192.168.1.22]
Name (zoo.tartu.ee:ants): ants
331 Password required for ants
Password:
230 User ants logged in
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> put test
local: test remote: test
200 PORT command successful
150 Opening BINARY mode data connection for test
550 Virus Detected and Removed: Eicar-Test-Signature
71 bytes sent in 0.00 secs (745.5 kB/s)