Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: p-jones on April 15, 2006, 05:38:19 PM

Title: Clamd.conf & V7RC1
Post by: p-jones on April 15, 2006, 05:38:19 PM
How can I change the "archivemaxcompressionratio" setting of clamd.conf ? I can find the template fragment but not the value so I guess there is no point creating a custom template.

I have large zip files that are being quarantined as a result. I dont think this is a bug but instead, a unique situation (of large zip files) so I am not going to clutter the bug tracker.
Thanks
Peter
Title: Clamd.conf & V7RC1
Post by: byte on April 15, 2006, 05:54:20 PM
Peter,

Try this...

db configuration setprop clamav ArchiveMaxCompressionRatio xxx

where xxx is the value you want, followed by...

signal-event email-update

If you do a

db configuration show clamav

It will show you  a list that can be changed

HTH
Title: Clamd.conf & V7RC1
Post by: p-jones on April 16, 2006, 01:17:33 AM
Thanks for that. Seems to have done the trick.
Peter