NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

Update clamd.conf

AlertOLE2Macros, default should be set to NO With this option enabled OLE2 files containing VBA macros, which were NOT detected by signatures will be marked as "Heuristics.OLE2.ContainsMacros". This causes most microsoft office document files which contains macros to be blocked. Majority of corporate documents mailed contain macros. When the option is set to NO, emails are still checked for known malicious macros. Due to any message failing clamav being set to a 2000 score, this causes all legitimate emails with harmless macros to be blocked. The default for debian/ubuntu is to set this to NO cPanel, iredmail, etc all have this option set to NO

26042144
eXtremeSHOK <[email protected]> 7 years ago
data/conf/clamav/clamd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/data/conf/clamav/clamd.conf b/data/conf/clamav/clamd.conf
index 9dd5dc40..0fe92e72 100644
--- a/data/conf/clamav/clamd.conf
+++ b/data/conf/clamav/clamd.conf
@@ -26,7 +26,7 @@ DetectPUA yes
 #IncludePUA RAT
 HeuristicAlerts yes
 ScanOLE2 yes
-AlertOLE2Macros yes
+AlertOLE2Macros no
 ScanPDF yes
 ScanSWF yes
 ScanXMLDOCS yes