1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-09 22:11:38 +00:00

Merge pull request #6398 from marvinruder/feat/skip-olefy

feat(olefy): Allow disabling Olefy
This commit is contained in:
FreddleSpl0it
2025-05-08 15:34:51 +02:00
committed by GitHub
8 changed files with 55 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
oletools {
# default olefy settings
servers = "olefy:10055";
# needs to be set explicitly for Rspamd < 1.9.5
scan_mime_parts = true;
# mime-part regex matching in content-type or filename
# block all macros
extended = true;
max_size = 3145728;
timeout = 20.0;
retransmits = 1;
}