> Hi, > > we've been using squirrlemail for quiet some time now and I must say it's > a very well written software. however just recently, after upgrading a > number > of packages on this server my user's hasn't been able to attach a file on > a mail message. > > I've check my config over and over and read the wiki on users permission > but i'm still on a dead end. > > Here's my updated package list: > Apache 1.3.34 > PHP 4.4.3 > SquirrelMail 1.4.4 > > This is what I've tried so far: > 1. change permissions of the attachment folder "chown > apache.apacheattachments". note: apache is the user and group of my > http.conf > 2. chmod 730 or 700 or 733 attachments > 3. check that i've got the right config in squirrelmail config, which is > right btw. > 4. edit php.ini and enable "file uploads =On". > 5. edit php.ini and set upload_tmp_dir > 5. check upload_max_filesize = 2097152. > 6. stop and restart apache numerous times. > 7. check that I do not have a LimitRequest*** or something (even with a > word > of Limit) on http.conf. > > even on a small file attachment (about 100kb) it gives a "Could not > move/copy file. File not attached" error. > > Before upgrading these packages we haven't had these problem.
Don't trust php.ini contents. Test settings with phpinfo() call in SquirrelMail directory. http://www.squirrelmail.org/wiki/TestPHPSettings Check PHP memory_limit, post_max_size, safe_mode and open_basedir settings. If you do use some unreleased php 4.4.3 snapshot and can't reproduce your problem in php 4.4.2, make sure that you can reproduce it latest 4.4-dev snapshot and report your problem to PHP developers. P.S. Please upgrade SquirrelMail to 1.4.6. -- Tomas ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
