Disable ClamAV phishing filter
ClamAV has a phishing filter built in, but it generates too many false positives. We can disable it without risk because rspamd also checks for phishing itself.
This commit is contained in:
committed by
Michael Kuron
parent
48318a4999
commit
dec64eef32
@@ -66,7 +66,7 @@ services:
|
||||
- redis
|
||||
|
||||
clamd-mailcow:
|
||||
image: mailcow/clamd:1.1
|
||||
image: mailcow/clamd:1.2
|
||||
build: ./data/Dockerfiles/clamd
|
||||
restart: always
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user