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

Reio Remma reio at mrstuudio.ee
Tue Oct 15 17:28:07 UTC 2019


On 15.10.2019 20:16, Emanuel Gonzalez wrote:
> Hi,
>
> Im doing the integration with clamav, but i see this error:
>
> CLAM_VIRUS_FAIL(0.00){failed to scan and retransmits exceed;}
>
> (default: F (no action): [-2.22/30.00] [IP_SCORE(-3.52){ip: (-9.21), ipnet: 62.209.50.0/23(-4.58), asn: 52129(-3.79), country: GB(-0.06);},SUSPICIOUS_RECIPS(1.50){},R_SPF_ALLOW(-0.20){+mx;},MIME_GOOD(-0.10){multipart/mixed;multipart/related;multipart/alternative;text/plain;},RCVD_NO_TLS_LAST(0.10){},ARC_NA(0.00){},ASN(0.00){asn:52129, ipnet:62.209.50.0/23, country:GB;},CLAM_VIRUS_FAIL(0.00){failed to scan and retransmits exceed;},DMARC_NA(0.00){quilmes.com.ar;},FREEMAIL_TO(0.00){hotmail.com;},FROM_EQ_ENVFROM(0.00){},FROM_HAS_DN(0.00){},HAS_ATTACHMENT(0.00){},HAS_XOIP(0.00){},MIME_TRACE(0.00){0:+;1:+;2:+;3:+;4:~;5:~;6:~;7:~;...;},MX_GOOD(0.00){cached: mxa-000c8e03.gslb.pphosted.com;},PREVIOUSLY_DELIVERED(0.00){martin.gimenez at trabajadores-unidos.com.ar;},RCPT_COUNT_GT_50(0.00){57;},RCVD_COUNT_FIVE(0.00){6;},R_DKIM_NA(0.00){},TAGGED_RCPT(0.00){},TO_DN_ALL(0.00){},TO_MATCH_ENVRCPT_SOME(0.00){}]), len: 1946340, time: 1667.018ms real, 39.650ms virtual, dns req: 38, digest: <b7aa1be2b0d2f45
>   503dbb1750afc9dda>
>
>
> antivirus.conf
>
> clamav {
>      type = "clamav";
>      attachments_only = true;
>      servers =  "127.0.0.1:3310";
>     scan_mime_parts = false;
>      symbol = "CLAM_VIRUS";
>      action = "reject";
>      type = "clamav";
>      servers = "127.0.0.1:3310";
>
> }
>
> tcp        0      0 127.0.0.1:3310          0.0.0.0:*               LISTEN      1560/clamd
>
> I think I followed the documentation correctly Any ideas?

Anything logged by clamd (maillog)?

You might try pinging it:

$ echo PING | nc 127.0.0.1 3310
PONG

Good luck,
Reio



More information about the Users mailing list