Home Help FAQs LxAdmin Aggiungere un sistema antivirus su lxadmin
Italian - ItalyEnglish (United Kingdom)
Joomla Just for Sharing - Joomla Club Templates and Extensions
Aggiungere un sistema antivirus su lxadmin PDF Print E-mail
Gaetano Luigi Matteo Cardinale | Saturday, 11 December 2010 12:53
There are no translations available.

7. Aggiunta Scansione Antivirus delle mail in ingresso ed uscita
(attenzione! sul forum lxlabs -data 08/01/08- pare sara' rilasciato a breve un aggiornamento di lxadmin contenete una versione irrobustita di qmail: antivirus, antispam ecc.)

 a. installazione clamAV

  # cd /etc/yum.repos.d

  # wget http://www.linux-mail.info/files/dag-clamav.repo

  # yum install clamav clamav-devel clamd

  # chkconfig clamd on

  # service clamd start

  # freshclam


 b. installazione ripmime

  # wget http://www.pldaniels.com/ripmime/ripmime-1.4.0.7.tar.gz

  # tar -xzvf ripmime-1.4.0.7.tar.gz

  # cd ripmime-1.4.0.7

  # mkdir /usr/local/man

  # mkdir /usr/local/man/man1

  # make

  # make install


 c. installazione qsheff (si antepone a qmail-queue nella catena di processing)

  # wget http://dfn.dl.sourceforge.net/sourceforge/qsheff/qsheff-II-2.1-r3.tar.gz

  # tar -xzvf qsheff-II-2.1-r3.tar.gz
 
  # cd qsheff-II-2.1-r3

  # ./configure --with-clamav --with-clamd-socket=/tmp/clamd.socket --enable-virus-tag
  (leggere doc/handbook.en.txt per le possibili configurazioni)

  # make

  # make install

  # /usr/local/etc/qsheff-II/install-wrapper.sh

logo footer   Powered by Ghostweb - All Rights Reserved