hardware / mailserver

:warning: UNMAINTAINED - Simple and full-featured mail server using Docker
https://store.docker.com/community/images/hardware/mailserver
MIT License
1.29k stars 322 forks source link

Update README.md about Yara rules #280

Closed mirtouf closed 6 years ago

mirtouf commented 6 years ago

Description

This commit provides method for disabling Yara rules for clamav releases > 0.100

Type of change

Status

How has this been tested ?

Tested on a debian mailserver, closes #902899

Complimentary information

Users may have to delete all previous downloaded Yara rules: rm -f /var/lib/clamav/*.yar

hardware commented 6 years ago

Thank you.

Please, add a link to this issue in the readme. And yararulesproject_enabled too :

# /mnt/docker/mail/clamav-unofficial-sigs/user.conf

# Disable Yara rules for now because they are broken with clamav releases > 0.100
yararulesproject_enabled="no"
enable_yararules="no"
mirtouf commented 6 years ago

It should be OK now.