clamavをyumでインストール
clamav 概要 [#r00c17d8] clamavはUNIXマシン向けのウイルス対策ソフトです。 Mac用もあり、Linuxでも使用可能です。 注意点として、単独ではメールのウイルス対策は出来ませんので、メールサーバー導入時にはclamav-milter等を使用してください。 手順 [#sb140fee] ※2014/1/30追記:epelのレポジトリが必要です。 ※2017/3/6追記:CentOS7だとclamdがインストールできないので手順が異なります。
yum install epel-release # yum install clamd # cp -p /etc/freshclam.conf /etc/freshclam.conf.date +%Y%m%d
# vim /etc/freshclam.conf — #LogSyslog yes LogSyslog no — # service clamd start Starting Clam AntiVirus Daemon: LibClamAV Warning: ************************************************** LibClamAV Warning: *** The virus database is older than 7 days! *** LibClamAV Warning: *** Please update it as soon as possible. *** LibClamAV Warning: ************************************************** [ OK ] # freshclam # mkdir /root/.
One minute to read