1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-30 04:30:49 +02:00

Make rspamd retry for longer when connecting to clamav

This commit is contained in:
Florent Daigniere 2023-08-25 14:47:51 +02:00
parent 367fd247cb
commit 086c05a42c
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -1 +1,2 @@
Ensure that we delete any pre-exising PID file before starting dovecot
Ensure that we delete any pre-exising PID files
Make Rspamd retry for longer when connecting to clamav