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:
parent
367fd247cb
commit
086c05a42c
@ -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 %}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user