Quote:
Originally Posted by uxbod We have been seeing a lot of these message recently Code: smtp01 amavis[8437]: (08437-11) (!)Decoding of p004 (Zip archive data, at least v2.0 to extract) failed, leaving it unpacked: IO error: reading data : Bad file descriptor Is anybody else experiencing it ? From a search some people have said to replace a Perl module though that does appear to be a bit extreme. |
I think you'll find that amavis uses an internal decoder for Zip files (it does on my system):
Code:
Jun 19 18:43:39 mail01 amavis[25652]: Module Archive::Zip 1.30
Jun 19 18:43:39 mail01 amavis[25652]: Found decoder for .Z at /usr/bin/gzip -d
Jun 19 18:43:39 mail01 amavis[25652]: Found decoder for .gz at /usr/bin/gzip -d
Jun 19 18:43:39 mail01 amavis[25652]: Found decoder for .bz2 at /usr/bin/bzip2 -d
Jun 19 18:43:39 mail01 amavis[25652]: Internal decoder for .zip
I'm also not seeing the error you've mentioned on my CentOS 5.6, can you unpack the files using the installed extractor on CentOS?