[Rspamd-Users] clamav integration error (failed to scan)

Emanuel Gonzalez emanuel_gonzalez at live.com.ar
Tue Oct 22 14:17:37 UTC 2019


Hi.!

I could tell that I was repeating the server parameter, then I deleted it and it was working

clamav {
        type = "clamav";
        servers =  "127.0.0.1:3310";
        scan_mime_parts = true;
        symbol = "CLAM_VIRUS";
        action = "reject";
}

Thanks everyone.!!

Regards,

________________________________
De: Users <users-bounces at lists.rspamd.com> en nombre de Alex JOST <jost+lists at dimejo.at>
Enviado: martes, 22 de octubre de 2019 4:57
Para: users at lists.rspamd.com <users at lists.rspamd.com>
Asunto: Re: [Rspamd-Users] clamav integration error (failed to scan)

Am 16.10.2019 um 08:22 schrieb Nihad Eminovic via Users:
> This is what I have done, and it has helped, when I was researhing the same behaviour.
> If this is correct way of doing it, I am not sure. But at least I get fewer of these messages.
>
> Below are few lines from my clamav directive, and my comments on why they are there.
>
>
>    # Below 2 lines, try to solve maximum retransmits error when scanning emails.
>    # Seems to be connected to clamav db reloads
>    timeout = 15;
>    retransmits = 4;

There's a patch pending which should remove those annoying ClamAV
timeouts during DB reloads. Hopefully the patch will make it into the
next release.

https://bugzilla.clamav.net/show_bug.cgi?id=10979#c19

--
Alex JOST
--
Users mailing list
Users at lists.rspamd.com
https://lists.rspamd.com/mailman/listinfo/users


More information about the Users mailing list