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:
parent
130593cba5
commit
ac9a8a458f
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user