1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

adjust antivirus.conf for Rspamd (#3331)

See #3320
This commit is contained in:
Georg Lauterbach
2023-05-15 07:01:13 +02:00
committed by GitHub
parent f794d10bb5
commit a99ae786db
2 changed files with 8 additions and 0 deletions

View File

@ -11,4 +11,6 @@ ClamAV {
symbol = "CLAM_VIRUS";
log_clean = true;
max_size = 25000000;
timeout = 10;
retransmits = 2;
}