Author Topic: E-Mail module: IMAP attachment size issue  (Read 2414 times)

luckyred

  • Newbie
  • *
  • Posts: 5
    • View Profile
E-Mail module: IMAP attachment size issue
« on: March 02, 2009, 07:56:49 pm »
Dear community,

I have the problem that my email module won't accept emails larger than, I guess 1MB in size. I am using IMAP. Other IMAP clients accept these emails. E-Mails larger than 1MB of size just dont appear in the email inbox in opengoo, though opengoo says, it has downloaded these emails.

Is this a php.ini issue or can it be handled directly in OpenGoo?

I am running on Opengoo 1.2.0.1 with Plesk.

Kind regards,
Luckyred
« Last Edit: March 02, 2009, 08:17:48 pm by luckyred »

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: E-Mail module: IMAP attachment size issue
« Reply #1 on: March 03, 2009, 03:43:04 pm »
Hi,

This must be because of your mysql configuration that limits size of database records to 1 MB. This can be changed but I don't remember how right now, though you can search the forum for it.

Alternatively you can upgrade to OpenGoo 1.2.1, because in this version emails are stored as files according to your File storage settings (Administration->Configuration->General) so if you are storing files in the filesystem you won't have this issues anymore.