Problem with large messages

qlsys

Verified User
Joined
Apr 18, 2005
Messages
25
Location
Poland
Hi,

I have a problem with Exim & ClamAV with larger messages. I've changed message_size_limit to 50MB and archive_size_limit in clamd.conf also to 50MB because I want to be able to send larger messages, but there uis always a problem.

When i try to send message larger than 10MB i have a following error:

2005-10-17 16:07:28 1ERVTh-000Gx2-Qa malware acl condition: clamd: unable to send file body to socket (127.0.0.1:1314)
2005-10-17 16:07:28 1ERVTh-000Gx2-Qa H=cpx53.neoplus.adsl.tpnet.pl ([192.168.0.123]) [83.31.229.53] F=<email@domain> temporarily rejected after DATA

Do you have any idea about that?
What can be a problem and how can i solve it?

Kind Regards,
 
Yes, I also encounter the same problem in remote clamd, not sure the following help you or not.

in /var/log/clamav/clamd.log , it contains -
WARNING: INSTREAM: Size limit reached, (requested: 28057600, max: 26214400)

I tried to adjust the parameters StreamMaxLength and MaxFileSize in /etc/clamd.conf , and service clamd restart

I hope it can be resolved.
 
Clam shouldnt be scanning anything bigger then 5mb anyways, it should be allowing it to pass.
 
Back
Top