Author Topic: Email Issue  (Read 2896 times)

cluge

  • Freshman
  • *
  • Posts: 26
    • View Profile
Email Issue
« on: July 19, 2009, 09:37:06 am »
I've had this problem since the first 1.5 beta.  I have an imap account with several folders already created.  When I check the mail I often get messages like "'/var/www/html/opengoo/tmp/667013560' to the file repository (unique file id: d2416f7c2e32fd4387d14eb9430bb3b3914ad2b2)". Looking at the tmp file always shows a file with an attachment.

Thoughts?

-cluge

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: Email Issue
« Reply #1 on: July 22, 2009, 12:43:17 pm »
Hi,
this message is shown when a file cannot be copied to the 'opengoo/upload' directory. In this case the file is the mail content.
Ensure that the apache user has write privileges over the 'opengoo/upload' folder and all its subfolders.

regards

cluge

  • Freshman
  • *
  • Posts: 26
    • View Profile
Re: Email Issue
« Reply #2 on: July 22, 2009, 06:28:32 pm »
Apache has permissions to the upload folder.  In addition other emails come just fine.  I'm checking to see if this is an issue with PHP memory or file size limitations.

cluge

  • Freshman
  • *
  • Posts: 26
    • View Profile
Re: Email Issue
« Reply #3 on: July 23, 2009, 09:14:20 am »
The issue was the MySQL packet size.  I increased this to 16M (it was still the default 1mb).

-Aaron

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: Email Issue
« Reply #4 on: July 23, 2009, 09:36:35 am »
Hi,
I'm glad you could solve it !
thanks for posting the solution!

regards