1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Increase connect timeout for clamav (hopefully this fixs CI filter test)

This commit is contained in:
Dimitri Huisman 2023-10-31 12:49:05 +00:00
parent 130593cba5
commit ac9a8a458f
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ clamav {
symbol = "CLAM_VIRUS";
type = "clamav";
servers = "{{ ANTIVIRUS_ADDRESS }}:3310";
timeout = 5;
timeout = 60;
retransmits = 10;
{% if ANTIVIRUS_ACTION|default('discard') == 'reject' %}
action = "reject"