Skip to main content

How to tell if clamav have detected some malware?

Comments

4 comments

  • ModServ
    Did you schedule ClamAV to work on specific times, perform scans manually or do you use CallUploadScript? In all situations you can use the command like this:
    clamdscan --quiet --log=/var/log/threats.log
    Check those also:
    clamdscan --help clamscan --help
    0
  • cPanelMichael
    Hello :) Keep in mind that ClamAV only scans your email by default. You can see recent activity with a command such as:
    zgrep -Hn "This message contains a virus or other harmful content" /var/log/exim_rejectlog*
    It won't scan your system files automatically, unless you setup a cron job to do so. Thank you.
    0
  • Kent Brockman
    Thank you guys! In regards of activating scheduled scans via cronjobs, can you point me to some docs about it?
    0
  • cPanelMichael
    In regards of activating scheduled scans via cronjobs, can you point me to some docs about it?

    This thread should help:
    0

Please sign in to leave a comment.