Quoting p dont think <[EMAIL PROTECTED]>: > > I would highly appreciate your help and assistance with the following > problem. > > Linux Redhat7, Apache 1.3.29, PHP 4.3.4, SquirrelMail 1.4.3a. > > PHP has been compiled with the following options: > > > > ./configure' '--prefix=/usr/local/php4' '--with-mysql=/usr' '--with- > > apache=/usr/src/apache_1.3.29' '--with-mod_charset' '--with-mnogosearch' > '-- > > with-zlib' '--with-zlib-dir=/usr/local' '--with-gd=/usr/local' > '--with-jpeg- > > dir=/usr/local' '--with-png-dir=/usr/local' > '--with-freetype-dir=/usr/local' '-- > > with-curl' > > > > The problem is that attachements with the following extensions DOC, XLS, > ZIP > > got corrupted after being sent through SquirrelMail. The recepient could > not > > recognize the attached file. From the other side PDF and RTF files are > o.k. > > If you need any debug information I would be happy to provide it. > > > > Thank you for your time and looking forward to hear from you. > > You might benefit from downloading the corrupted ones and comparing the > size to the correct file. Open in hex editor and find the difference. > One possibility is that there is some extra whitespace being added to > the files due to extra characters in one of your plugin configuration > files. Make sure there is NO whitespace before the opening <?php tag or > after the closing ?> tag in any php file you edit. > > -Paul
Hello Paul, Thank you very much. I checked everything regarding whitespaces - looks normal. As for the size of attachment - it is the same as original but there are a lot of differences in HEX. What I don't understand is why PDF and RTF files are o.k, this problem happens only with DOC, XLS and ZIP. May be it is necessary to tune php.ini? Anything else to check? Thank you in advance! Roman ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
